deprecate ResourceLimitsPriorityFunction feature gate in the scheduler

Signed-off-by: SataQiu <1527062125@qq.com>
This commit is contained in:
SataQiu
2020-06-08 22:20:14 +08:00
parent b93e9d9395
commit 932e61aefa
14 changed files with 0 additions and 688 deletions

View File

@@ -58,7 +58,6 @@ func NewInTreeRegistry() framework.Registry {
noderesources.MostAllocatedName: noderesources.NewMostAllocated,
noderesources.LeastAllocatedName: noderesources.NewLeastAllocated,
noderesources.RequestedToCapacityRatioName: noderesources.NewRequestedToCapacityRatio,
noderesources.ResourceLimitsName: noderesources.NewResourceLimits,
volumebinding.Name: volumebinding.New,
volumerestrictions.Name: volumerestrictions.New,
volumezone.Name: volumezone.New,