You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An AddPlugin implemented as a type ConfigOption func(*SchedulerConfig) that uses reflection to check which extension points the plugin implements, and add those extension points to the config.
This should also deprecate any existing helper functions to add plugins, such as AddPrefixPlugin
Why is this needed:
This is a follow up to the discussion in #768 (review)
The text was updated successfully, but these errors were encountered:
What would you like to be added:
An
AddPlugin
implemented as atype ConfigOption func(*SchedulerConfig)
that uses reflection to check which extension points the plugin implements, and add those extension points to the config.This should also deprecate any existing helper functions to add plugins, such as
AddPrefixPlugin
Why is this needed:
This is a follow up to the discussion in #768 (review)
The text was updated successfully, but these errors were encountered: