mirror of
https://github.com/kubernetes/client-go.git
synced 2026-06-29 13:35:26 +00:00
Rename PodGroupScheduled condition to PodGroupInitiallyScheduled
Kubernetes-commit: 0d59683459ab25f1430b0740989ca63935bdaa47
This commit is contained in:
committed by
Kubernetes Publisher
parent
cba7557c26
commit
f4285d806d
@@ -30,11 +30,13 @@ type PodGroupStatusApplyConfiguration struct {
|
||||
// Conditions represent the latest observations of the PodGroup's state.
|
||||
//
|
||||
// Known condition types:
|
||||
// - "PodGroupScheduled": Indicates whether the scheduling requirement has been satisfied.
|
||||
// - "PodGroupInitiallyScheduled": Indicates whether the scheduling requirement has been satisfied.
|
||||
// Once this condition transitions to True, it serves as a terminal state and will never revert to False,
|
||||
// even if pods are subsequently evicted and group constraints are no longer met.
|
||||
// - "DisruptionTarget": Indicates whether the PodGroup is about to be terminated
|
||||
// due to disruption such as preemption.
|
||||
//
|
||||
// Known reasons for the PodGroupScheduled condition:
|
||||
// Known reasons for the PodGroupInitiallyScheduled condition:
|
||||
// - "Unschedulable": The PodGroup cannot be scheduled due to resource constraints,
|
||||
// affinity/anti-affinity rules, or insufficient capacity for the gang.
|
||||
// - "SchedulerError": The PodGroup cannot be scheduled due to some internal error
|
||||
|
||||
Reference in New Issue
Block a user