mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-28 03:47:34 +00:00
scheduler: make Profile an interface.
This commit is contained in:
@@ -504,6 +504,9 @@ type Framework interface {
|
||||
|
||||
// ListPlugins returns a map of extension point name to list of configured Plugins.
|
||||
ListPlugins() map[string][]config.Plugin
|
||||
|
||||
// ProfileName returns the profile name associated to this framework.
|
||||
ProfileName() string
|
||||
}
|
||||
|
||||
// Handle provides data and some tools that plugins can use. It is
|
||||
|
||||
Reference in New Issue
Block a user