Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e scheduling priorities: do not reference control loop variable
Otherwise, nodeNameToPodList[nodeName] list will have all its references identical (corresponding to the control variable reference). Thus, making all the pods in the list identical.
- Loading branch information