-
Notifications
You must be signed in to change notification settings - Fork 32
feat: Decouple controller runtime from watcher runtime - listener integrartion #2657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: Decouple controller runtime from watcher runtime - listener integrartion #2657
Conversation
… decouple_controller_runtime_watcher_runtime
…com:medmes/lifecycle-manager into decouple_controller_runtime_watcher_runtime
…com:medmes/lifecycle-manager into decouple_controller_runtime_watcher_runtime
Please take a look at: #2697 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The biggest problem I found with this PR is that it doesn't work :(
Are watcher-related tests working? These must be working first using released versions/images.
Please take a look at #2697
Description
This PR is for the second part/ consumer part of decoupling from controller-runtime library in the runtime-warcher and listener.
It tackle the breaking changes regarding consuming the right new API contract.
Changes proposed in this pull request
Related issue(s)
kyma-project/runtime-watcher#130