Enhanced logic to identify eligible preemption node

This commit is contained in:
Wei Huang
2022-12-20 16:31:21 -08:00
parent 7fd0ff5761
commit 91742e2393
6 changed files with 65 additions and 3 deletions

View File

@@ -27,4 +27,5 @@ type Features struct {
EnableNodeInclusionPolicyInPodTopologySpread bool
EnableMatchLabelKeysInPodTopologySpread bool
EnablePodSchedulingReadiness bool
EnablePodDisruptionConditions bool
}