1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-25 20:59:28 +01:00

Merge pull request #306 from ingvagabund/make-Params-a-pointer-II

Add missing address of api.StrategyParameters
This commit is contained in:
Kubernetes Prow Robot
2020-05-29 05:53:16 -07:00
committed by GitHub

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,