mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +01:00
fix pull-descheduler-verify-master build error
This commit is contained in:
@@ -30,7 +30,7 @@ func SetDefaults_RemovePodsViolatingTopologySpreadConstraintArgs(obj *RemovePods
|
||||
if obj.LabelSelector == nil {
|
||||
obj.LabelSelector = nil
|
||||
}
|
||||
if obj.IncludeSoftConstraints == false {
|
||||
if !obj.IncludeSoftConstraints {
|
||||
obj.IncludeSoftConstraints = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user