mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-02 02:21:22 +00:00
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>
This commit is contained in:
@@ -224,8 +224,8 @@ func TestMostAllocatedScoringStrategy(t *testing.T) {
|
||||
resources: defaultResources,
|
||||
},
|
||||
{
|
||||
// resource with negtive weight is not allowed
|
||||
name: "resource with negtive weight",
|
||||
// resource with negative weight is not allowed
|
||||
name: "resource with negative weight",
|
||||
requestedPod: st.MakePod().
|
||||
Req(map[v1.ResourceName]string{"cpu": "1000", "memory": "2000"}).
|
||||
Req(map[v1.ResourceName]string{"cpu": "2000", "memory": "3000"}).
|
||||
|
||||
Reference in New Issue
Block a user