PodStatus
Pod Status
Critical pod information.
JSON Example
{
"name": "string",
"phase": "string",
"pod_ip": "string",
"status": "string",
"status_message": "string"
}
string
name
Optional
The name of the pod.
string
phase
Optional
A high-level summary of where the Pod is in its lifecycle.
string
pod_ip
Optional
The PodIP address allocated to the pod.
string
status
Optional
The status of the Pod.
string
status_message
Optional
A detailed message for the pod status when it is in an error state.