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

Update rescheduler's implementation.

This commit is contained in:
Avesh Agarwal
2017-08-04 11:55:20 -04:00
parent b9e60d8030
commit 79985395d5
3 changed files with 16 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ type ReschedulerStrategy struct {
// Only one of its members may be specified
type StrategyParameters struct {
NodeResourceUtilizationThresholds *NodeResourceUtilizationThresholds
NodeResourceUtilizationThresholds NodeResourceUtilizationThresholds
}
type Percentage int