UNPKG

@jkcfg/kubernetes

Version:
21 lines 568 B
{ "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace", "properties": { "name": { "description": "Name is unique within a namespace to reference a secret resource.", "type": [ "string", "null" ] }, "namespace": { "description": "Namespace defines the space within which the secret name must be unique.", "type": [ "string", "null" ] } }, "type": "object", "$schema": "http://json-schema.org/schema#" }