PodPhase#

class nublado.controller.models.domain.kubernetes.PodPhase(*values)#

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'#