@jkcfg/kubernetes
Version:
jk Kubernetes library
17 lines • 361 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"required": [
"key"
],
"type": "object",
"description": "SecretKeySelector selects a key of a Secret.",
"properties": {
"key": {
"type": [
"string",
"null"
],
"description": "The key of the secret to select from. Must be a valid secret key."
}
}
}