Options
All
  • Public
  • Public/Protected
  • All
Menu

WindowsSecurityContextOptions contain Windows-specific options and credentials.

export
interface

IoK8sApiCoreV1WindowsSecurityContextOptions

Hierarchy

  • IoK8sApiCoreV1WindowsSecurityContextOptions

Index

Properties

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.

memberof

IoK8sApiCoreV1WindowsSecurityContextOptions

gmsaCredentialSpecName?: string

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

memberof

IoK8sApiCoreV1WindowsSecurityContextOptions

hostProcess?: boolean

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.

memberof

IoK8sApiCoreV1WindowsSecurityContextOptions

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.

memberof

IoK8sApiCoreV1WindowsSecurityContextOptions

Generated using TypeDoc