kubernetes/pkg/scheduler/framework/plugins/noderesources
Dave Chen c6e65079c7 Validate plugin config for KubeSchedulerConfiguration
Signed-off-by: Dave Chen <dave.chen@arm.com>
2021-04-14 09:30:20 +08:00
..
balanced_allocation.go
balanced_allocation_test.go make runtime.NewFramework accept KubeSchedulerProfile 2021-03-05 18:30:21 +00:00
fit.go Validate plugin config for KubeSchedulerConfiguration 2021-04-14 09:30:20 +08:00
fit_test.go Move NodeResourcesFit plugin args validation to apis/config/validation 2021-03-23 16:09:53 +08:00
least_allocated.go Validate plugin config for KubeSchedulerConfiguration 2021-04-14 09:30:20 +08:00
least_allocated_test.go make runtime.NewFramework accept KubeSchedulerProfile 2021-03-05 18:30:21 +00:00
most_allocated.go Validate plugin config for KubeSchedulerConfiguration 2021-04-14 09:30:20 +08:00
most_allocated_test.go make runtime.NewFramework accept KubeSchedulerProfile 2021-03-05 18:30:21 +00:00
requested_to_capacity_ratio.go Validate plugin config for KubeSchedulerConfiguration 2021-04-14 09:30:20 +08:00
requested_to_capacity_ratio_test.go Merge pull request #99731 from AliceZhang2016/newFramework-accept-KubeSchedulerProfile 2021-03-06 12:49:48 -08:00
resource_allocation.go Move pkg/apis/core/v1.IsScalarResourceName under pkg/scheduler/util 2020-10-27 13:40:32 +01:00
test_util.go