defaultAddCapabilities

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


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