UNPKG

@jkcfg/kubernetes

Version:
14 lines 416 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://kubernetes.io/docs/tasks/administer-cluster/namespaces/", "type": [ "string", "null" ] } }, "$schema": "http://json-schema.org/schema#", "type": "object" }