Merge pull request #83601 from ahg-g/ahg-migration-priority

Implemented taints and tolerations priority function as a Score plugin
This commit is contained in:
Kubernetes Prow Robot
2019-10-11 00:05:50 -07:00
committed by GitHub
17 changed files with 510 additions and 88 deletions

View File

@@ -8,6 +8,7 @@ go_library(
deps = [
"//pkg/scheduler/algorithm:go_default_library",
"//pkg/scheduler/algorithm/predicates:go_default_library",
"//pkg/scheduler/algorithm/priorities:go_default_library",
"//pkg/scheduler/apis/config:go_default_library",
"//pkg/scheduler/framework/plugins/tainttoleration:go_default_library",
"//pkg/scheduler/framework/v1alpha1:go_default_library",