mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
scheduler: make Profile an interface.
This commit is contained in:
@@ -1027,3 +1027,8 @@ func (f *frameworkImpl) pluginsNeeded(plugins *config.Plugins) map[string]config
|
||||
func (f *frameworkImpl) PreemptHandle() framework.PreemptHandle {
|
||||
return f.preemptHandle
|
||||
}
|
||||
|
||||
// ProfileName returns the profile name associated to this framework.
|
||||
func (f *frameworkImpl) ProfileName() string {
|
||||
return f.profileName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user