UNPKG

@jkcfg/kubernetes

Version:
22 lines 687 B
{ "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { "description": "The ConfigMap to select from", "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource" }, "prefix": { "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": [ "string", "null" ] }, "secretRef": { "description": "The Secret to select from", "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretEnvSource" } }, "$schema": "http://json-schema.org/schema#", "type": "object" }