allowedCapabilities

@JvmName(name = "mosuvftsdkcunevu")
suspend fun allowedCapabilities(value: Output<List<String>>)
@JvmName(name = "wqothbdifdyseuhq")
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 = "popuuqrgfoyxvqtw")
suspend fun allowedCapabilities(vararg values: Output<String>)


@JvmName(name = "slisnlepyoyttjla")
suspend fun allowedCapabilities(values: List<Output<String>>)
@JvmName(name = "hhpkyttancxlpkoy")
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.