@jkcfg/kubernetes
Version:
jk Kubernetes library
31 lines • 673 B
JSON
{
"description": "Selects a key from a ConfigMap.",
"required": [
"key"
],
"properties": {
"key": {
"description": "The key to select.",
"type": [
"string",
"null"
]
},
"name": {
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
"type": [
"string",
"null"
]
},
"optional": {
"description": "Specify whether the ConfigMap or it's key must be defined",
"type": [
"boolean",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}