Windows Security Context Options Patch
data class WindowsSecurityContextOptionsPatch(val gmsaCredentialSpec: String? = null, val gmsaCredentialSpecName: String? = null, val hostProcess: Boolean? = null, val runAsUserName: String? = null)
WindowsSecurityContextOptions contain Windows-specific options and credentials.
Constructors
Link copied to clipboard
fun WindowsSecurityContextOptionsPatch(gmsaCredentialSpec: String? = null, gmsaCredentialSpecName: String? = null, hostProcess: Boolean? = null, runAsUserName: String? = null)
Types
Properties
Link copied to clipboard
HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.