Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRegisteredModes ¶ added in v1.0.0
func GetRegisteredModes() []string
func RegisterNewPlugin ¶ added in v1.0.0
func RegisterNewPlugin(mode string, factory PluginFactory) error
Forwarder functions to internal registry
Types ¶
type APIConfig ¶ added in v1.0.0
Type aliases to preserve public API while delegating to internal registry
type CustomScheduler ¶
type CustomScheduler = reg.CustomScheduler
Type aliases to preserve public API while delegating to internal registry
func NewSchedulerPlugin ¶ added in v1.0.0
func NewSchedulerPlugin(ctx context.Context, config *SchedConfig) (CustomScheduler, error)
type PluginFactory ¶ added in v1.0.0
type PluginFactory = reg.PluginFactory
Type aliases to preserve public API while delegating to internal registry
type SchedConfig ¶ added in v1.0.0
type SchedConfig = reg.SchedConfig
Type aliases to preserve public API while delegating to internal registry
Click to show internal directories.
Click to hide internal directories.