PodPhase¶
- class controller.models.domain.kubernetes.PodPhase(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
StrEnum
One of the valid phases reported in the status section of a Pod.
Attributes Summary
Attributes Documentation
- FAILED = 'Failed'¶
- PENDING = 'Pending'¶
- RUNNING = 'Running'¶
- SUCCEEDED = 'Succeeded'¶
- UNKNOWN = 'Unknown'¶