You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Below are possible values for the operation label. Each represents a substep of e2e scheduling:
37
35
38
-
// PredicateEvaluation - predicate evaluation operation label value
39
-
PredicateEvaluation="predicate_evaluation"
40
-
// PriorityEvaluation - priority evaluation operation label value
41
-
PriorityEvaluation="priority_evaluation"
42
36
// PreemptionEvaluation - preemption evaluation operation label value (occurs in case of scheduling fitError).
43
37
PreemptionEvaluation="preemption_evaluation"
44
38
// Binding - binding operation label value
@@ -55,19 +49,7 @@ var (
55
49
Help: "Number of attempts to schedule pods, by the result. 'unschedulable' means a pod could not be scheduled, while 'error' means an internal scheduler problem.",
0 commit comments