Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Windows Security Context Options Structure

WindowsSecurityContextOptions contain Windows-specific options and credentials.

Type: object Properties: 4
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.k8s.api.core.v1.WindowsSecurityContextOptions is a JSON Structure definition published by Argo Workflows, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

gmsaCredentialSpec gmsaCredentialSpecName hostProcess runAsUserName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-io-k8s-api-core-v1-windows-security-context-options-structure.json",
  "name": "io.k8s.api.core.v1.WindowsSecurityContextOptions",
  "description": "WindowsSecurityContextOptions contain Windows-specific options and credentials.",
  "type": "object",
  "properties": {
    "gmsaCredentialSpec": {
      "description": "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.",
      "type": "string"
    },
    "gmsaCredentialSpecName": {
      "description": "GMSACredentialSpecName is the name of the GMSA credential spec to use.",
      "type": "string"
    },
    "hostProcess": {
      "description": "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.",
      "type": "boolean"
    },
    "runAsUserName": {
      "description": "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.",
      "type": "string"
    }
  }
}