-
Notifications
You must be signed in to change notification settings - Fork 7
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
Refactor #51
Refactor #51
Conversation
|
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.
Looking nice. I like the thin relations code and usage of lib interface, definitely something to use more broadly.
Left some notes as a first pass
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.
I like the direction! - decoupling the relations and making the handlers idempotent like this PR does leads to cleaner code in my opinion
Needed for mysqlrouter refactoring: canonical/mysql-router-k8s-operator#51
ebd6c75
to
c2043fc
Compare
Added support for multiple relations TODO:
|
Needed for mysqlrouter refactoring: canonical/mysql-router-k8s-operator#51
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.
IMO it's good to go once the test passes
DPE-1854, DPE-1910 Ported from canonical/mysql-router-k8s-operator#51 Changes from kubernetes PR: - No TLS - canonical/mysql-router-k8s-operator#93 - canonical/mysql-router-k8s-operator#97 Will re-implement legacy interface in separate PR
Issue
DPE-1519
Solution
run.sh
script