{
  "description": "EnvFromSource represents the source of a set of ConfigMaps or Secrets",
  "properties": {
    "configMapRef": {
      "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource",
      "description": "The ConfigMap to select from"
    },
    "prefix": {
      "description": "Optional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except '='.",
      "type": [
        "string",
        "null"
      ]
    },
    "secretRef": {
      "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretEnvSource",
      "description": "The Secret to select from"
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}