defaultAddCapabilities

@JvmName(name = "ncdtptvfsifitfdy")
suspend fun defaultAddCapabilities(value: Output<List<String>>)
@JvmName(name = "loojkapkxdvxyrgm")
suspend fun defaultAddCapabilities(value: List<String>?)

Parameters

value

defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.


@JvmName(name = "cvsnlynyfeofdlnu")
suspend fun defaultAddCapabilities(vararg values: Output<String>)


@JvmName(name = "kufhpfjfcjlsvygl")
suspend fun defaultAddCapabilities(values: List<Output<String>>)
@JvmName(name = "bexdfmxiexjrhsmb")
suspend fun defaultAddCapabilities(vararg values: String)

Parameters

values

defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.