@jkcfg/kubernetes
Version:
jk Kubernetes library
21 lines • 568 B
JSON
{
"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"
]
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}