We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba07527 commit 11383f4Copy full SHA for 11383f4
pkg/scheduler/factory/plugins.go
@@ -218,7 +218,6 @@ func InsertPredicateKeyToAlgorithmProviderMap(key string) {
218
for _, provider := range algorithmProviderMap {
219
provider.FitPredicateKeys.Insert(key)
220
}
221
- return
222
223
224
// InsertPriorityKeyToAlgorithmProviderMap inserts a priority function to all algorithmProviders which are in algorithmProviderMap.
@@ -229,7 +228,6 @@ func InsertPriorityKeyToAlgorithmProviderMap(key string) {
229
228
230
provider.PriorityFunctionKeys.Insert(key)
231
232
233
234
235
// RegisterMandatoryFitPredicate registers a fit predicate with the algorithm registry, the predicate is used by
0 commit comments