capabilities

@JvmName(name = "ydwfvvbkawxwtqox")
suspend fun capabilities(value: Output<CapabilitiesArgs>)
@JvmName(name = "pdqkxypjepfaoqci")
suspend fun capabilities(value: CapabilitiesArgs?)

Parameters

value

The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows.


@JvmName(name = "xlmihjdlacyqrhdn")
suspend fun capabilities(argument: suspend CapabilitiesArgsBuilder.() -> Unit)

Parameters

argument

The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows.