NamespaceStatus

NamespaceStatus
Namespace Status

Critical information under the namespace.

JSON Example
{
    "name": "string",
    "phase": "string",
    "pod_status": [
        {
            "name": "string",
            "phase": "string",
            "pod_ip": "string",
            "status": "string",
            "status_message": "string"
        }
    ],
    "service_status": [
        {
            "name": "string",
            "cluster_ip": "string",
            "external_ips": [
                "string"
            ]
        }
    ]
}
string
name
Optional

The name of the namespace.

string
phase
Optional

The current lifecycle phase of the namespace.

array of PodStatus
pod_status
Optional

The pod status.

service_status
Optional

The service status.