@jkcfg/kubernetes
Version:
jk Kubernetes library
32 lines • 796 B
JSON
{
"description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
"required": [
"kind",
"name"
],
"properties": {
"apiVersion": {
"description": "API version of the referent",
"type": [
"string",
"null"
]
},
"kind": {
"description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds\"",
"type": [
"string",
"null"
]
},
"name": {
"description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": [
"string",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}