UNPKG

@jkcfg/kubernetes

Version:
14 lines 432 B
{ "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" }