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
A lot of the code in the ScheduledWorkflow controller duplicates functionality in the controller-runtime library, which is a libary recommended by kubebuilder and operator-sdk.
The viewer controller in the Kubeflow Pipelines repo already uses controller-runtime, so we should aim to make this consistent.
This will reduce code duplication and make development easier in the future.
Labels
Love this idea? Give it a 👍.
The text was updated successfully, but these errors were encountered:
mprahl
changed the title
chore(ScheduledWorkflow controller): Migrate to using controller-runtime
chore(ScheduledWorkflow controller): Migrate the ScheduledWorkflow controller to use controller-runtime
Jan 31, 2025
Chore description
A lot of the code in the ScheduledWorkflow controller duplicates functionality in the controller-runtime library, which is a libary recommended by kubebuilder and operator-sdk.
The viewer controller in the Kubeflow Pipelines repo already uses controller-runtime, so we should aim to make this consistent.
This will reduce code duplication and make development easier in the future.
Labels
Love this idea? Give it a 👍.
The text was updated successfully, but these errors were encountered: