{ "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "$ref": "/api/_definitions.json#/$defs/io.k8s.api.core.v1.ConfigMapEnvSource", "description": "The ConfigMap to select from" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": [ "string", "null" ] }, "secretRef": { "$ref": "/api/_definitions.json#/$defs/io.k8s.api.core.v1.SecretEnvSource", "description": "The Secret to select from" } }, "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "$id": "https://kubernetes.io/api/envfromsource/v1" }