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

Add missing address of api.StrategyParameters

https://github.com/kubernetes-sigs/descheduler/pull/285 got merged before re-running the unit tests.
This commit is contained in:
Jan Chaloupka
2020-05-29 13:34:56 +02:00
parent 46b570b71d
commit abdf79454f

View File

@@ -418,7 +418,7 @@ func TestLowNodeUtilization(t *testing.T) {
strategy := api.DeschedulerStrategy{
Enabled: true,
Params: api.StrategyParameters{
Params: &api.StrategyParameters{
NodeResourceUtilizationThresholds: &api.NodeResourceUtilizationThresholds{
Thresholds: test.thresholds,
TargetThresholds: test.targetThresholds,