1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

e2e: TestLowNodeUtilization: normalize nodes before running the strategy

This commit is contained in:
Jan Chaloupka
2021-03-28 21:36:19 +02:00
parent 84b174e841
commit 079bd6157b
2 changed files with 403 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ package test
import (
"fmt"
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)