kubernetes/pkg/scheduler/algorithm/priorities
Bhavin Gandhi ca46c1da15
[scheduler] Move predicate & priority registration to separate file
- Maintain list of default predicates and priorities in defaults.go
  and move the registration to separate files

Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2018-12-22 19:30:34 +05:30
..
util Use GetControllerOf from apimachinery and remove kubernetes copy 2018-07-26 12:20:35 -07:00
balanced_resource_allocation_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
balanced_resource_allocation.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
BUILD [scheduler] Move predicate & priority registration to separate file 2018-12-22 19:30:34 +05:30
image_locality_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
image_locality.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
interpod_affinity_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
interpod_affinity.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
least_requested_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
least_requested.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
metadata_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
metadata.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
most_requested_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
most_requested.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
node_affinity_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
node_affinity.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
node_label_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
node_label.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
node_prefer_avoid_pods_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
node_prefer_avoid_pods.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
priorities.go [scheduler] Move predicate & priority registration to separate file 2018-12-22 19:30:34 +05:30
reduce.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
requested_to_capacity_ratio_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
requested_to_capacity_ratio.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
resource_allocation.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
resource_limits_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
resource_limits.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
selector_spreading_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
selector_spreading.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
taint_toleration_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
taint_toleration.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
test_util.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00