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

Add a parameter to include soft topology spread constraints

This commit is contained in:
lixiang
2021-01-21 11:33:16 +08:00
parent d502f05910
commit 8ba9cb1df7
5 changed files with 12 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ type StrategyParameters struct {
PodsHavingTooManyRestarts *PodsHavingTooManyRestarts
PodLifeTime *PodLifeTime
RemoveDuplicates *RemoveDuplicates
IncludeSoftConstraints bool
Namespaces *Namespaces
ThresholdPriority *int32
ThresholdPriorityClassName string