capabilities

@JvmName(name = "tkrpwjohsdaqyggt")
suspend fun capabilities(value: Output<CapabilitiesPatchArgs>)
@JvmName(name = "uovwimpkcueoichl")
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 = "xkdptmcgrshvpdus")
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.