1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00

Merge pull request #1447 from ingvagabund/refactorings

PodEvictor: refactoring and preparation for eviction requests
This commit is contained in:
Kubernetes Prow Robot
2024-06-25 01:08:44 -07:00
committed by GitHub
20 changed files with 263 additions and 101 deletions

View File

@@ -410,7 +410,6 @@ func TestDeletePodsViolatingNodeTaints(t *testing.T) {
false,
tc.maxPodsToEvictPerNode,
tc.maxNoOfPodsToEvictPerNamespace,
tc.nodes,
false,
eventRecorder,
)