mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #103832 from yuanchen8911/patch-4
Fix a typo in comment
This commit is contained in:
commit
18d9ea39af
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user