UNPKG

@jkcfg/kubernetes

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