Namespace .status .conditions
NamespaceCondition contains details about state of namespace.
| Description | |
|---|---|
| lastTransitionTime 🔗 Time | Last time the condition transitioned from one status to another. |
| message string | Human-readable message indicating details about last transition. |
| reason string | Unique, one-word, CamelCase reason for the condition's last transition. |
| status string * | Status of the condition, one of True, False, Unknown. |
| type string * | Type of namespace controller condition. |