kubernetes/pkg/scheduler/algorithm/priorities
yuxiaobo 81e9f21f83 Correct spelling mistakes
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2019-11-06 20:25:19 +08:00
..
util extending RequestedToCapacityRatio priority function to support resource bin packing of extended resources 2019-08-27 10:41:32 -07:00
balanced_resource_allocation_test.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
balanced_resource_allocation.go feat(scheduler): remove MaxPriority in the scheduler api 2019-10-02 11:24:25 +08:00
BUILD Change all scheduler's Node and Pod list/lookups to be from the snapshot rather than the cache. 2019-10-25 14:24:55 -04:00
even_pods_spread_test.go Migrate EvenPodsSpread Priority as Score plugin in map/reduce style 2019-10-31 00:52:37 -07:00
even_pods_spread.go Migrate EvenPodsSpread Priority as Score plugin in map/reduce style 2019-10-31 00:52:37 -07:00
image_locality_test.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
image_locality.go feat(scheduler): remove MaxPriority in the scheduler api 2019-10-02 11:24:25 +08:00
interpod_affinity_test.go Correct spelling mistakes 2019-11-06 20:25:19 +08:00
interpod_affinity.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
least_requested_test.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
least_requested.go feat(scheduler): remove MaxPriority in the scheduler api 2019-10-02 11:24:25 +08:00
metadata_test.go Expose filteredNodes to func PriorityMetadataProducer 2019-10-29 18:40:47 -07:00
metadata.go Migrate EvenPodsSpread Priority as Score plugin in map/reduce style 2019-10-31 00:52:37 -07:00
most_requested_test.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
most_requested.go feat(scheduler): remove MaxPriority in the scheduler api 2019-10-02 11:24:25 +08:00
node_affinity_test.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
node_affinity.go feat(scheduler): remove MaxPriority in the scheduler api 2019-10-02 11:24:25 +08:00
node_label_test.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
node_label.go feat(scheduler): remove MaxPriority in the scheduler api 2019-10-02 11:24:25 +08:00
node_prefer_avoid_pods_test.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
node_prefer_avoid_pods.go feat(scheduler): remove MaxPriority in the scheduler api 2019-10-02 11:24:25 +08:00
priorities.go EvenPodsSpread: Define a new Priority 2019-07-26 20:48:05 -07:00
reduce.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
requested_to_capacity_ratio_test.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
requested_to_capacity_ratio.go feat(scheduler): expand node score range to [0, 100] 2019-10-11 23:43:09 +08:00
resource_allocation.go refactor scheduler extender related API 2019-10-01 09:51:24 -07:00
resource_limits_test.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
resource_limits.go refactor scheduler extender related API 2019-10-01 09:51:24 -07:00
selector_spreading_test.go Expose filteredNodes to func PriorityMetadataProducer 2019-10-29 18:40:47 -07:00
selector_spreading.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
taint_toleration_test.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
taint_toleration.go feat(scheduler): remove MaxPriority in the scheduler api 2019-10-02 11:24:25 +08:00
test_util.go Update priorities to use SharedLister instead of using the snapshot directly 2019-10-29 16:22:00 -04:00
types_test.go Expose filteredNodes to func PriorityMetadataProducer 2019-10-29 18:40:47 -07:00
types.go Expose filteredNodes to func PriorityMetadataProducer 2019-10-29 18:40:47 -07:00