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

Migrate RemovePodsViolatingInterPodAntiAffinity into a plugin

This commit is contained in:
Lucas Severo Alves
2022-08-11 18:22:45 +02:00
parent fa3ddc6fee
commit a2dd86ac3b
8 changed files with 142 additions and 55 deletions

View File

@@ -74,7 +74,8 @@ type Namespaces struct {
// Besides Namespaces only one of its members may be specified
// TODO(jchaloup): move Namespaces ThresholdPriority and ThresholdPriorityClassName to individual strategies
// once the policy version is bumped to v1alpha2
//
// once the policy version is bumped to v1alpha2
type StrategyParameters struct {
NodeResourceUtilizationThresholds *NodeResourceUtilizationThresholds
NodeAffinityType []string