mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Fix spelling typos: scheduable -> schedulable
Bulk fix of a common typo.
This commit is contained in:
@@ -137,7 +137,7 @@ type PriorityQueue struct {
|
||||
// when a pod is popped.
|
||||
schedulingCycle int64
|
||||
// moveRequestCycle caches the sequence number of scheduling cycle when we
|
||||
// received a move request. Unscheduable pods in and before this scheduling
|
||||
// received a move request. Unschedulable pods in and before this scheduling
|
||||
// cycle will be put back to activeQueue if we were trying to schedule them
|
||||
// when we received move request.
|
||||
moveRequestCycle int64
|
||||
|
||||
Reference in New Issue
Block a user