OBJECT
KubernetesKindNamespaceStatus
Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
link GraphQL Schema definition
- type KubernetesKindNamespaceStatus {
- # NamespaceCondition contains details about state of namespace.
- KubernetesKindNamespaceStatusConditions] : [
- # Phase is the current lifecycle phase of the namespace. More info:
- # https://kubernetes.io/docs/tasks/administer-cluster/namespaces/
- String :
- }