Merge pull request #103832 from yuanchen8911/patch-4

Fix a typo in comment
This commit is contained in:
Kubernetes Prow Robot
2021-08-05 06:09:22 -07:00
committed by GitHub

View File

@@ -714,7 +714,7 @@ func (sched *Scheduler) skipPodSchedule(fwk framework.Framework, pod *v1.Pod) bo
return true
}
// Case 2: pod has been assumed could be skipped.
// Case 2: pod that has been assumed could be skipped.
// An assumed pod can be added again to the scheduling queue if it got an update event
// during its previous scheduling cycle but before getting assumed.
isAssumed, err := sched.SchedulerCache.IsAssumedPod(pod)