File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkg/epp/common/config/loader Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -326,11 +326,11 @@ func TestLoadSchedulerConfig(t *testing.T) {
326326}
327327
328328func registerNeededPlgugins () {
329- plugins .Register (filter .LowQueueFilterName , filter .LowQueueFilterFactory )
330- plugins .Register (prefix .PrefixCachePluginName , prefix .PrefixCachePluginFactory )
331- plugins .Register (picker .MaxScorePickerName , picker .MaxScorePickerFactory )
332- plugins .Register (picker .RandomPickerName , picker .RandomPickerFactory )
333- plugins .Register (profile .SingleProfileHandlerName , profile .SingleProfileHandlerFactory )
329+ plugins .Register (filter .LowQueueFilterType , filter .LowQueueFilterFactory )
330+ plugins .Register (prefix .PrefixCachePluginType , prefix .PrefixCachePluginFactory )
331+ plugins .Register (picker .MaxScorePickerType , picker .MaxScorePickerFactory )
332+ plugins .Register (picker .RandomPickerType , picker .RandomPickerFactory )
333+ plugins .Register (profile .SingleProfileHandlerType , profile .SingleProfileHandlerFactory )
334334}
335335
336336// The following multi-line string constants, cause false positive lint errors (dupword)
You can’t perform that action at this time.
0 commit comments