Separate workspace routing into a separate library #298
Labels
enhancement
New feature or request
sprint/current
Is assigned to issues which are planned to work on in the current team sprint
Because the controllers/workspacerouting package is reused in 2 operators now, it would be good if it was separated out of the main devworkspace-operator code into a separate codebase.
This would improve the code isolation and chances of introducing dependencies on code/configuration that is not common to all the operators that use the workspace routing code.
In particular, it would make it possible to not rely on
config.ControllerConfig
in the workspace routing codepaths, because the configuration mechanism differs between the operators.The text was updated successfully, but these errors were encountered: