generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
What would you like to be added:
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)
Metadata
Metadata
Assignees
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.