mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-03-02 09:40:19 +00:00
* pod anti-affinity check among nodes * avoid pod equality check with UID field also add node equality check with Name for short-cut * add test case for anti-affinity violation among different node * reduce ListPodsOnANode call * fix old code * apply gofumpt -w -extra move klog/v2 import entry to bottom according to master code