Scheduler: remove pkg/features dependency from DefaultPreemption plugin

Signed-off-by: Konstantin Misyutin <konstantin.misyutin@huawei.com>
This commit is contained in:
Konstantin Misyutin
2021-04-29 23:12:46 +08:00
parent 81dd9d7d38
commit 74e30c5e38
4 changed files with 16 additions and 13 deletions

View File

@@ -21,4 +21,5 @@ package feature
// the internal k8s features pkg.
type Features struct {
EnablePodAffinityNamespaceSelector bool
EnablePodDisruptionBudget bool
}