OBJECT

KubernetesKindStatefulSetSpecTemplateSpecSecurityContextWindowsOptions

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.

link GraphQL Schema definition

  • type KubernetesKindStatefulSetSpecTemplateSpecSecurityContextWindowsOptions {
  • # 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.
  • gmsaCredentialSpec: String
  • # GMSACredentialSpecName is the name of the GMSA credential spec to use.
  • gmsaCredentialSpecName: String
  • # 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.
  • runAsUserName: String
  • }