mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Merge pull request #91462 from lo24/fwk-typo
fix typo in scheduler framework
This commit is contained in:
commit
5217fa2299
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user