mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
fix typo in scheduler framework
This commit is contained in:
parent
f097cee156
commit
4caae61f03
@ -874,7 +874,7 @@ func (f *framework) HasScorePlugins() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ListPlugins returns a map of extension point name to plugin names configured at each extension
|
// 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 {
|
func (f *framework) ListPlugins() map[string][]config.Plugin {
|
||||||
m := make(map[string][]config.Plugin)
|
m := make(map[string][]config.Plugin)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user