kubernetes/pkg/scheduler/framework/plugins/noderesources
ravisantoshgudimetla b6c75bee15 Remove balanced attached node volumes
kubernetes#60525 introduced
Balanced attached node volumes feature gate to include volume
count for prioritizing nodes. The reason for introducing this
flag was its usefulness in Red Hat OpenShift Online environment
which is not being used any more. So, removing the flag
as it helps in maintainability of the scheduler code base
as mentioned at kubernetes#101489 (comment)
2021-06-22 11:19:30 -04:00
..
balanced_allocation.go Remove balanced attached node volumes 2021-06-22 11:19:30 -04:00
balanced_allocation_test.go Remove balanced attached node volumes 2021-06-22 11:19:30 -04: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 Remove balanced attached node volumes 2021-06-22 11:19:30 -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 Remove balanced attached node volumes 2021-06-22 11:19:30 -04: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 Remove balanced attached node volumes 2021-06-22 11:19:30 -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 Remove balanced attached node volumes 2021-06-22 11:19:30 -04:00
test_util.go Move resource-based priority functions to their Score plugins 2019-12-31 23:50:11 +08:00