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.
2 parents 30eeacb + 4caae61 commit 5217fa2Copy full SHA for 5217fa2
pkg/scheduler/framework/v1alpha1/framework.go
@@ -900,7 +900,7 @@ func (f *framework) HasScorePlugins() bool {
900
}
901
902
// ListPlugins returns a map of extension point name to plugin names configured at each extension
903
-// point. Returns nil if no plugins where configred.
+// point. Returns nil if no plugins where configured.
904
func (f *framework) ListPlugins() map[string][]config.Plugin {
905
m := make(map[string][]config.Plugin)
906
0 commit comments