1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00

Move ReschedulingInterval to rescheduler's configuration out of

rescheduler's policy.
This commit is contained in:
Avesh Agarwal
2017-08-06 15:58:30 -04:00
parent d1023e0d00
commit 718efe69e1
4 changed files with 6 additions and 6 deletions

View File

@@ -26,9 +26,6 @@ import (
type ReschedulerPolicy struct {
metav1.TypeMeta
// Time interval for rescheduler to run
ReschedulingInterval time.Duration
// Strategies
Strategies StrategyList
}