windowsOptions

@JvmName(name = "majdtiwhlcpnyxta")
suspend fun windowsOptions(value: Output<WindowsSecurityContextOptionsArgs>)
@JvmName(name = "fddeadrdfsuuunfg")
suspend fun windowsOptions(value: WindowsSecurityContextOptionsArgs?)

Parameters

value

The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext 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 = "kcoamkxjpkclsgrx")
suspend fun windowsOptions(argument: suspend WindowsSecurityContextOptionsArgsBuilder.() -> Unit)

Parameters

argument

The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext 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.