Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Env From Source Structure

EnvFromSource represents the source of a set of ConfigMaps or Secrets

Type: object Properties: 3
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

configMapRef prefix secretRef

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-env-from-source-structure.json",
  "name": "io.k8s.api.core.v1.EnvFromSource",
  "description": "EnvFromSource represents the source of a set of ConfigMaps or Secrets",
  "type": "object",
  "properties": {
    "configMapRef": {
      "description": "The ConfigMap to select from",
      "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource"
    },
    "prefix": {
      "description": "Optional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except '='.",
      "type": "string"
    },
    "secretRef": {
      "description": "The Secret to select from",
      "$ref": "#/definitions/io.k8s.api.core.v1.SecretEnvSource"
    }
  }
}