python/kubernetes/docs/V1WindowsSecurityContextOptions.md
Nabarun Pal c55930bb50
Generate updated client 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-09 21:07:31 +05:30

1.1 KiB

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. [optional]
gmsa_credential_spec_name str GMSACredentialSpecName is the name of the GMSA credential spec to use. [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. [optional]

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