mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Merge pull request #306 from ingvagabund/make-Params-a-pointer-II
Add missing address of api.StrategyParameters
This commit is contained in:
@@ -418,7 +418,7 @@ func TestLowNodeUtilization(t *testing.T) {
|
|||||||
|
|
||||||
strategy := api.DeschedulerStrategy{
|
strategy := api.DeschedulerStrategy{
|
||||||
Enabled: true,
|
Enabled: true,
|
||||||
Params: api.StrategyParameters{
|
Params: &api.StrategyParameters{
|
||||||
NodeResourceUtilizationThresholds: &api.NodeResourceUtilizationThresholds{
|
NodeResourceUtilizationThresholds: &api.NodeResourceUtilizationThresholds{
|
||||||
Thresholds: test.thresholds,
|
Thresholds: test.thresholds,
|
||||||
TargetThresholds: test.targetThresholds,
|
TargetThresholds: test.targetThresholds,
|
||||||
|
|||||||
Reference in New Issue
Block a user