1
0
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:
vlc刘诚
2022-09-24 09:08:06 +08:00
parent bfb688e016
commit ac0261fafb
7 changed files with 11 additions and 11 deletions

View File

@@ -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
}
}