mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
fix: typo Snapshoting to Snapshotting
This commit is contained in:
parent
e8bc121341
commit
e057bd4ad2
@ -199,7 +199,7 @@ func (g *genericScheduler) Schedule(ctx context.Context, state *framework.CycleS
|
||||
if err := g.Snapshot(); err != nil {
|
||||
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 {
|
||||
return result, ErrNoNodesAvailable
|
||||
|
Loading…
Reference in New Issue
Block a user