capabilities

@JvmName(name = "svtotisygpwqviee")
suspend fun capabilities(value: Output<CapabilitiesPatchArgs>)
@JvmName(name = "icwppvsmjaqpvyjo")
suspend fun capabilities(value: CapabilitiesPatchArgs?)

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 = "byotkarqihbmohhj")
suspend fun capabilities(argument: suspend CapabilitiesPatchArgsBuilder.() -> 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.