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 f097cee commit 4caae61Copy full SHA for 4caae61
pkg/scheduler/framework/v1alpha1/framework.go
@@ -874,7 +874,7 @@ func (f *framework) HasScorePlugins() bool {
874
}
875
876
// ListPlugins returns a map of extension point name to plugin names configured at each extension
877
-// point. Returns nil if no plugins where configred.
+// point. Returns nil if no plugins where configured.
878
func (f *framework) ListPlugins() map[string][]config.Plugin {
879
m := make(map[string][]config.Plugin)
880
0 commit comments