kubernetes/plugin/pkg/scheduler/algorithm/priorities
Ivan Shvedunov d40a8f3279 Don't require failureDomains in PodAffinityChecker
failureDomains are only used for PreferredDuringScheduling pod
anti-affinity, which is ignored by PodAffinityChecker.
This unnecessary requirement was making it hard to move
PodAffinityChecker to GeneralPredicates because that would require
passing --failure-domains to both kubelet and kube-controller-manager.
2016-12-08 14:08:28 +03:00
..
util Don't require failureDomains in PodAffinityChecker 2016-12-08 14:08:28 +03:00
balanced_resource_allocation_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
balanced_resource_allocation.go plugin/scheduler 2016-11-23 15:53:09 -08:00
BUILD refactor: generated 2016-12-03 19:10:46 -05:00
image_locality_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
image_locality.go plugin/scheduler 2016-11-23 15:53:09 -08:00
interpod_affinity_test.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
interpod_affinity.go plugin/scheduler 2016-11-23 15:53:09 -08:00
least_requested_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
least_requested.go [scheduler] Use V(10) for anything which may be O(N*P) logging 2016-11-28 10:31:49 -05:00
metadata.go plugin/scheduler 2016-11-23 15:53:09 -08:00
most_requested_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
most_requested.go [scheduler] Use V(10) for anything which may be O(N*P) logging 2016-11-28 10:31:49 -05:00
node_affinity_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
node_affinity.go plugin/scheduler 2016-11-23 15:53:09 -08:00
node_label_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
node_label.go plugin/scheduler 2016-11-23 15:53:09 -08:00
node_prefer_avoid_pods_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
node_prefer_avoid_pods.go plugin/scheduler 2016-11-23 15:53:09 -08:00
priorities_test.go split scheduler priorities 2016-10-26 14:11:15 +02:00
selector_spreading_test.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
selector_spreading.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
taint_toleration_test.go plugin/scheduler 2016-11-23 15:53:09 -08:00
taint_toleration.go plugin/scheduler 2016-11-23 15:53:09 -08:00
test_util.go plugin/scheduler 2016-11-23 15:53:09 -08:00