Files
kubernetes/pkg/scheduler/internal/cache/node_tree_test.go
maelk fc5edb8c12 Change nodeInfolist building logic in scheduler
This commit transforms the next() function of the scheduler node
tree into a listNodes() function that directly returns a list of
nodes, going through the zones in a round-robin fashion. This
removes the flawed logic of the next() function.
2020-08-18 11:35:14 +03:00

13 KiB