allowedCapabilities

@JvmName(name = "wepjrpbmfihqkybs")
suspend fun allowedCapabilities(value: Output<List<String>>)
@JvmName(name = "qdnpxajxoerfyvpj")
suspend fun allowedCapabilities(value: List<String>?)

Parameters

value

allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.


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


@JvmName(name = "dkokxtqemicxjrpn")
suspend fun allowedCapabilities(values: List<Output<String>>)
@JvmName(name = "ttukrifkmwodtxgn")
suspend fun allowedCapabilities(vararg values: String)

Parameters

values

allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.