Merge pull request #91462 from lo24/fwk-typo

fix typo in scheduler framework
This commit is contained in:
Kubernetes Prow Robot
2020-05-26 16:49:05 -07:00
committed by GitHub

View File

@@ -900,7 +900,7 @@ func (f *framework) HasScorePlugins() bool {
}
// ListPlugins returns a map of extension point name to plugin names configured at each extension
// point. Returns nil if no plugins where configred.
// point. Returns nil if no plugins where configured.
func (f *framework) ListPlugins() map[string][]config.Plugin {
m := make(map[string][]config.Plugin)