kubernetes/pkg/scheduler/framework/plugins/noderesources
Carlos Eduardo Arango Gutierrez d2f67b42b7
Fix typos under pkg/scheduler
./scheduler/framework/plugins/noderesources/most_allocated_test.go:227: negtive ==> negative
./scheduler/framework/plugins/noderesources/most_allocated_test.go:228: negtive ==> negative
./scheduler/framework/plugins/volumebinding/binder.go:402: everytime ==> every time
./scheduler/framework/preemption/preemption_test.go:67: staus ==> status
./scheduler/framework/runtime/framework_test.go:1252: followings ==> following
./scheduler/internal/cache/cache_test.go:932: datas ==> data
./scheduler/internal/cache/node_tree_test.go:471: unknow ==> unknown
./scheduler/internal/queue/scheduling_queue_test.go:442: actived ==> activated
./scheduler/internal/queue/scheduling_queue_test.go:2209: covert ==> convert

Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
2022-03-24 08:01:25 -04:00
..
balanced_allocation.go mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00
balanced_allocation_test.go mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00
fit.go mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00
fit_test.go mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00
least_allocated.go rm makeNodeWithExtendedResource method in noderesources unit test && doc: update least_allocated strategy detail doc 2021-11-18 09:15:26 +08:00
least_allocated_test.go mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00
most_allocated.go refactor scheudler's node resource plugins 2021-11-03 00:52:23 +08:00
most_allocated_test.go Fix typos under pkg/scheduler 2022-03-24 08:01:25 -04:00
requested_to_capacity_ratio.go refactor scheudler's node resource plugins 2021-11-03 00:52:23 +08:00
requested_to_capacity_ratio_test.go mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00
resource_allocation.go mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00
test_util.go rm makeNodeWithExtendedResource method in noderesources unit test && doc: update least_allocated strategy detail doc 2021-11-18 09:15:26 +08:00