mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +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
|
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
|
// 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.
|
// during its previous scheduling cycle but before getting assumed.
|
||||||
isAssumed, err := sched.SchedulerCache.IsAssumedPod(pod)
|
isAssumed, err := sched.SchedulerCache.IsAssumedPod(pod)
|
||||||
|
Loading…
Reference in New Issue
Block a user