Skip to content

WindowsOptions

Contexts

Context Relationship Object Path Package File Path
Database.Shard.Dap.Instances.K8sPolicy.PodSecurityContext Package -> Database -> Shard -> Dap -> Instances -> K8sPolicy -> PodSecurityContext -> WindowsOptions $.databases[*].shards[*].daps.instances.*.k8sPolicy.podSecurityContext.windowsOptions {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Database.Shard.Dap.Instances.K8sPolicy.SecurityContext Package -> Database -> Shard -> Dap -> Instances -> K8sPolicy -> SecurityContext -> WindowsOptions $.databases[*].shards[*].daps.instances.*.k8sPolicy.securityContext.windowsOptions {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Database.Shard.Sequencer.K8sPolicy.PodSecurityContext Package -> Database -> Shard -> Sequencer -> K8sPolicy -> PodSecurityContext -> WindowsOptions $.databases[*].shards[*].sequencers.*.k8sPolicy.podSecurityContext.windowsOptions {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Database.Shard.Sequencer.K8sPolicy.SecurityContext Package -> Database -> Shard -> Sequencer -> K8sPolicy -> SecurityContext -> WindowsOptions $.databases[*].shards[*].sequencers.*.k8sPolicy.securityContext.windowsOptions {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Database.Shard.Sm.K8sPolicy.PodSecurityContext Package -> Database -> Shard -> Sm -> K8sPolicy -> PodSecurityContext -> WindowsOptions $.databases[*].shards[*].sm.k8sPolicy.podSecurityContext.windowsOptions {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Database.Shard.Sm.K8sPolicy.SecurityContext Package -> Database -> Shard -> Sm -> K8sPolicy -> SecurityContext -> WindowsOptions $.databases[*].shards[*].sm.k8sPolicy.securityContext.windowsOptions {package-root}/databases/{db-name}/shards/{shard-name}.yaml
Pipeline.Controller.K8sPolicy.PodSecurityContext Package -> Pipeline -> Controller -> K8sPolicy -> PodSecurityContext -> WindowsOptions $.pipelines[*].controller.k8sPolicy.podSecurityContext.windowsOptions {package-root}/pipelines/{pipeline-name}.yaml
Pipeline.Controller.K8sPolicy.SecurityContext Package -> Pipeline -> Controller -> K8sPolicy -> SecurityContext -> WindowsOptions $.pipelines[*].controller.k8sPolicy.securityContext.windowsOptions {package-root}/pipelines/{pipeline-name}.yaml
Pipeline.Worker.K8sPolicy.PodSecurityContext Package -> Pipeline -> Worker -> K8sPolicy -> PodSecurityContext -> WindowsOptions $.pipelines[*].worker.k8sPolicy.podSecurityContext.windowsOptions {package-root}/pipelines/{pipeline-name}.yaml
Pipeline.Worker.K8sPolicy.SecurityContext Package -> Pipeline -> Worker -> K8sPolicy -> SecurityContext -> WindowsOptions $.pipelines[*].worker.k8sPolicy.securityContext.windowsOptions {package-root}/pipelines/{pipeline-name}.yaml
Router.Agg.K8sPolicy.PodSecurityContext Package -> Router -> Agg -> K8sPolicy -> PodSecurityContext -> WindowsOptions $.router.agg.k8sPolicy.podSecurityContext.windowsOptions {package-root}/router/{router-name}.yaml
Router.Agg.K8sPolicy.SecurityContext Package -> Router -> Agg -> K8sPolicy -> SecurityContext -> WindowsOptions $.router.agg.k8sPolicy.securityContext.windowsOptions {package-root}/router/{router-name}.yaml
Router.Rc.K8sPolicy.PodSecurityContext Package -> Router -> Rc -> K8sPolicy -> PodSecurityContext -> WindowsOptions $.router.rc.k8sPolicy.podSecurityContext.windowsOptions {package-root}/router/{router-name}.yaml
Router.Rc.K8sPolicy.SecurityContext Package -> Router -> Rc -> K8sPolicy -> SecurityContext -> WindowsOptions $.router.rc.k8sPolicy.securityContext.windowsOptions {package-root}/router/{router-name}.yaml

Fields

Field Type Required Description Constraints Default
gmsaCredentialSpec string | null no 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. - null
gmsaCredentialSpecName string | null no GMSACredentialSpecName is the name of the GMSA credential spec to use. - null
hostProcess boolean | null no 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. - null
runAsUserName string | null no 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. - null

No linked schemas.

Used In

Back to top