allowedCapabilities

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


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