Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1.35 KB

V1WindowsSecurityContextOptions.md

File metadata and controls

13 lines (9 loc) · 1.35 KB

V1WindowsSecurityContextOptions

WindowsSecurityContextOptions contain Windows-specific options and credentials.

Properties

Name Type Description Notes
gmsa_credential_spec str GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag. [optional]
gmsa_credential_spec_name str GMSACredentialSpecName is the name of the GMSA credential spec to use. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag. [optional]
run_as_user_name str The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. This field is beta-level and may be disabled with the WindowsRunAsUserName feature flag. [optional]

[Back to Model list] [Back to API list] [Back to README]