windowsOptions

@JvmName(name = "tpaikxcvhbhpsyta")
suspend fun windowsOptions(value: Output<WindowsSecurityContextOptionsPatchArgs>)
@JvmName(name = "lkbisqircxcyhocl")
suspend fun windowsOptions(value: WindowsSecurityContextOptionsPatchArgs?)

Parameters

value

The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.


@JvmName(name = "uudtyoaieevclesd")
suspend fun windowsOptions(argument: suspend WindowsSecurityContextOptionsPatchArgsBuilder.() -> Unit)

Parameters

argument

The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.