Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WindowsSecurityContextOptions

WindowsSecurityContextOptions contain Windows-specific options and credentials.

schema

io.k8s.api.core.v1.WindowsSecurityContextOptions

Hierarchy

  • WindowsSecurityContextOptions

Index

Properties

Optional Readonly gmsaCredentialSpec

gmsaCredentialSpec: string

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.

schema

io.k8s.api.core.v1.WindowsSecurityContextOptions#gmsaCredentialSpec

Optional Readonly gmsaCredentialSpecName

gmsaCredentialSpecName: string

GMSACredentialSpecName is the name of the GMSA credential spec to use.

schema

io.k8s.api.core.v1.WindowsSecurityContextOptions#gmsaCredentialSpecName

Optional Readonly runAsUserName

runAsUserName: 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.

default

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.

schema

io.k8s.api.core.v1.WindowsSecurityContextOptions#runAsUserName

Generated using TypeDoc