mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-03 14:53:52 +00:00
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.