mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Switch PodsHavingTooManyRestarts params to pointer
This commit is contained in:
@@ -48,7 +48,7 @@ type DeschedulerStrategy struct {
|
||||
type StrategyParameters struct {
|
||||
NodeResourceUtilizationThresholds *NodeResourceUtilizationThresholds
|
||||
NodeAffinityType []string
|
||||
PodsHavingTooManyRestarts PodsHavingTooManyRestarts
|
||||
PodsHavingTooManyRestarts *PodsHavingTooManyRestarts
|
||||
}
|
||||
|
||||
type Percentage float64
|
||||
|
||||
Reference in New Issue
Block a user