PodPhase

class controller.models.domain.kubernetes.PodPhase(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: str, Enum

One of the valid phases reported in the status section of a Pod.

Attributes Summary

FAILED

PENDING

RUNNING

SUCCEEDED

UNKNOWN

Attributes Documentation

FAILED = 'Failed'
PENDING = 'Pending'
RUNNING = 'Running'
SUCCEEDED = 'Succeeded'
UNKNOWN = 'Unknown'