defaultAddCapabilities

@JvmName(name = "tpmrivrgkhyfnjlw")
suspend fun defaultAddCapabilities(value: Output<List<String>>)
@JvmName(name = "phududshhqegyeff")
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 = "pkasjfmxvkaslhji")
suspend fun defaultAddCapabilities(vararg values: Output<String>)


@JvmName(name = "dvujduwdnbrvjtpj")
suspend fun defaultAddCapabilities(values: List<Output<String>>)
@JvmName(name = "auqmwgvymubhyrrp")
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.