@jkcfg/kubernetes
Version:
jk Kubernetes library
14 lines • 432 B
JSON
{
"description": "NamespaceStatus is information about the current status of a Namespace.",
"properties": {
"phase": {
"description": "Phase is the current lifecycle phase of the namespace. More info: https://git.k8s.io/community/contributors/design-proposals/namespaces.md#phases",
"type": [
"string",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}