kubernetes/plugin/pkg/scheduler/algorithm/priorities
Avesh Agarwal b571001999 Implement resource limit priority function. This function checks if the input pod's
resource limits are satisfied by the input node's allocatable resources or not.
If yes, the node is assigned a score of 1, otherwise the node's score is not changed.
2017-11-27 12:53:47 -05:00
..
util Adding unit tests to methods of 'plugin/pkg/scheduler/algorithm/priorities/util' 2017-10-26 11:22:42 +08:00
balanced_resource_allocation_test.go compute pod selectors in priority meta data producer 2017-11-09 20:21:17 +08:00
balanced_resource_allocation.go fixtypo 2017-11-13 10:26:31 +08:00
BUILD Implement resource limit priority function. This function checks if the input pod's 2017-11-27 12:53:47 -05:00
image_locality_test.go compute pod selectors in priority meta data producer 2017-11-09 20:21:17 +08:00
image_locality.go Optimize the suboptimal image locality algorithm 2017-11-01 10:18:59 -07:00
interpod_affinity_test.go Enforce use of fixed size int types in the API 2017-11-13 11:28:59 -08:00
interpod_affinity.go Enforce use of fixed size int types in the API 2017-11-13 11:28:59 -08:00
least_requested_test.go compute pod selectors in priority meta data producer 2017-11-09 20:21:17 +08:00
least_requested.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
metadata_test.go Merge pull request #51192 from guangxuli/scheduler_priority_functions_map_reduce 2017-11-19 05:22:23 -08:00
metadata.go compute pod selectors in priority meta data producer 2017-11-09 20:21:17 +08:00
most_requested_test.go compute pod selectors in priority meta data producer 2017-11-09 20:21:17 +08:00
most_requested.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
node_affinity_test.go compute pod selectors in priority meta data producer 2017-11-09 20:21:17 +08:00
node_affinity.go Merge pull request #55263 from anfernee/refactor_reduce 2017-11-17 13:34:17 -08:00
node_label_test.go compute pod selectors in priority meta data producer 2017-11-09 20:21:17 +08:00
node_label.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
node_prefer_avoid_pods_test.go compute pod selectors in priority meta data producer 2017-11-09 20:21:17 +08:00
node_prefer_avoid_pods.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
reduce.go Refactor Priority Reduce functions 2017-11-08 10:00:23 -08:00
resource_limits_test.go Implement resource limit priority function. This function checks if the input pod's 2017-11-27 12:53:47 -05:00
resource_limits.go Implement resource limit priority function. This function checks if the input pod's 2017-11-27 12:53:47 -05:00
selector_spreading_test.go address review comments 2017-11-19 13:29:21 +08:00
selector_spreading.go address review comments 2017-11-19 13:29:21 +08:00
taint_toleration_test.go compute pod selectors in priority meta data producer 2017-11-09 20:21:17 +08:00
taint_toleration.go Merge pull request #55263 from anfernee/refactor_reduce 2017-11-17 13:34:17 -08:00
test_util.go compute pod selectors in priority meta data producer 2017-11-09 20:21:17 +08:00