Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
Map holds frameworks indexed by scheduler name.
func NewMap ¶
func NewMap(profiles []deschedulerconfig.DeschedulerProfile, r frameworkruntime.Registry, recorderFactory RecorderFactory, opts ...frameworkruntime.Option) (Map, error)
NewMap builds the frameworks given by the configuration, indexed by name.
type RecorderFactory ¶
type RecorderFactory func(string) events.EventRecorder
RecorderFactory builds an EventRecorder for a given scheduler name.
Click to show internal directories.
Click to hide internal directories.