kubernetes/pkg/scheduler/framework/plugins/noderesources
Aldo Culquicondor 63d1237102 Fix Node Resources plugins score when there are pods with no requests
Given that we give a default CPU/memory requests for containers that don't provide any, the calculated usage can exceed the allocatable.

Change-Id: I72e249652acacfbe8cea0dd6f895dabe43ff6376
2021-06-16 20:36:07 +00:00
..
balanced_allocation.go Fix Node Resources plugins score when there are pods with no requests 2021-06-16 20:36:07 +00:00
balanced_allocation_test.go Fix Node Resources plugins score when there are pods with no requests 2021-06-16 20:36:07 +00:00
fit.go Define in-tree scheduler plugin names in separate pkg to break a cyclic depednecy when moving plugin defaulting to CC 2021-06-09 15:36:09 -04:00
fit_test.go Scheduler: remove pkg/features dependency from NodeResources plugins 2021-05-18 08:59:02 -04:00
least_allocated.go Define in-tree scheduler plugin names in separate pkg to break a cyclic depednecy when moving plugin defaulting to CC 2021-06-09 15:36:09 -04:00
least_allocated_test.go Scheduler: remove pkg/features dependency from NodeResources plugins 2021-05-18 08:59:02 -04:00
most_allocated.go Fix Node Resources plugins score when there are pods with no requests 2021-06-16 20:36:07 +00:00
most_allocated_test.go Fix Node Resources plugins score when there are pods with no requests 2021-06-16 20:36:07 +00:00
requested_to_capacity_ratio.go Define in-tree scheduler plugin names in separate pkg to break a cyclic depednecy when moving plugin defaulting to CC 2021-06-09 15:36:09 -04:00
requested_to_capacity_ratio_test.go Scheduler: remove pkg/features dependency from NodeResources plugins 2021-05-18 08:59:02 -04:00
resource_allocation.go Scheduler: remove pkg/features dependency from NodeResources plugins 2021-05-18 08:59:02 -04:00
test_util.go Move resource-based priority functions to their Score plugins 2019-12-31 23:50:11 +08:00