Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 961 Bytes

V1PodReadinessGate.md

File metadata and controls

11 lines (7 loc) · 961 Bytes

V1PodReadinessGate

PodReadinessGate contains the reference to a pod condition

Properties

Name Type Description Notes
condition_type str ConditionType refers to a condition in the pod's condition list with matching type. Possible enum values: - `"ContainersReady"` indicates whether all containers in the pod are ready. - `"Initialized"` means that all init containers in the pod have started successfully. - `"PodScheduled"` represents status of the scheduling process for this pod. - `"Ready"` means the pod is able to service requests and should be added to the load balancing pools of all matching services.

[Back to Model list] [Back to API list] [Back to README]