1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 21:31:18 +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

@@ -492,7 +492,6 @@ func TestHighNodeUtilization(t *testing.T) {
false,
nil,
nil,
testCase.nodes,
false,
eventRecorder,
)
@@ -644,7 +643,6 @@ func TestHighNodeUtilizationWithTaints(t *testing.T) {
false,
&item.evictionsExpected,
nil,
item.nodes,
false,
eventRecorder,
)

View File

@@ -909,7 +909,6 @@ func TestLowNodeUtilization(t *testing.T) {
false,
nil,
nil,
test.nodes,
false,
eventRecorder,
)
@@ -1081,7 +1080,6 @@ func TestLowNodeUtilizationWithTaints(t *testing.T) {
false,
&item.evictionsExpected,
nil,
item.nodes,
false,
eventRecorder,
)