We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e3d74 commit acdc4d2Copy full SHA for acdc4d2
pkg/scheduler/internal/cache/node_tree.go
@@ -63,7 +63,7 @@ func newNodeTree(nodes []*v1.Node) *NodeTree {
63
tree: make(map[string]*nodeArray),
64
}
65
for _, n := range nodes {
66
- nt.AddNode(n)
+ nt.addNode(n)
67
68
return nt
69
0 commit comments