@jkcfg/kubernetes
Version:
jk Kubernetes library
14 lines • 422 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
"properties": {
"name": {
"type": [
"string",
"null"
],
"description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names"
}
}
}