UNPKG

@jkcfg/kubernetes

Version:
28 lines 639 B
{ "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" } }, "$schema": "http://json-schema.org/schema#", "type": "object" }