autoscaler/cluster-autoscaler/utils/test
Daniel Gutowski 5aa6b2cb07 Introduce binbacking optimization for similar pods.
The optimization uses the fact that pods which are equivalent do not
need to be check multiple times against already filled nodes.
This changes the time complexity from O(pods*nodes) to O(pods).
2024-04-04 10:15:47 -07:00
..
test_utils.go Introduce binbacking optimization for similar pods. 2024-04-04 10:15:47 -07:00