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 FAILED PENDING RUNNING SUCCEEDED UNKNOWN Attributes Documentation FAILED = 'Failed'# PENDING = 'Pending'# RUNNING = 'Running'# SUCCEEDED = 'Succeeded'# UNKNOWN = 'Unknown'#