mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #85935 from yuzhiquan/patch-1
fix: typo Snapshoting to Snapshotting
This commit is contained in:
commit
b1766b707a
@ -199,7 +199,7 @@ func (g *genericScheduler) Schedule(ctx context.Context, state *framework.CycleS
|
|||||||
if err := g.Snapshot(); err != nil {
|
if err := g.Snapshot(); err != nil {
|
||||||
return result, err
|
return result, err
|
||||||
}
|
}
|
||||||
trace.Step("Snapshoting scheduler cache and node infos done")
|
trace.Step("Snapshotting scheduler cache and node infos done")
|
||||||
|
|
||||||
if len(g.nodeInfoSnapshot.NodeInfoList) == 0 {
|
if len(g.nodeInfoSnapshot.NodeInfoList) == 0 {
|
||||||
return result, ErrNoNodesAvailable
|
return result, ErrNoNodesAvailable
|
||||||
|
Loading…
Reference in New Issue
Block a user