NamespaceStatus

io.k8s.api.core.v1.NamespaceStatus source ↗

NamespaceStatus is information about the current status of a Namespace.

conditions[]NamespaceConditionRepresents the latest available observations of a namespace's current state.
lastTransitionTimeTimeLast time the condition transitioned from one status to another.
messagestringHuman-readable message indicating details about last transition.
reasonstringUnique, one-word, CamelCase reason for the condition's last transition.
statusstring requiredStatus of the condition, one of True, False, Unknown.
typestring requiredType of namespace controller condition.
phasestringPhase is the current lifecycle phase of the namespace.More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/