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