-
Notifications
You must be signed in to change notification settings - Fork 3.4k
clustermesh: extract operator logic into a specific package #32979
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
clustermesh: extract operator logic into a specific package #32979
Conversation
d66b895
to
85a5f1f
Compare
85a5f1f
to
afdf852
Compare
/test |
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.
Overall, looks good to me. Some small suggestions.
afdf852
to
d8e4ba7
Compare
/test |
150bb9c
to
30e8984
Compare
/test |
37e07bf
to
41741ad
Compare
/test |
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.
/lgtm, just a bunch of nits inline.
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.
LGTM minus Marco's feedback. Thanks! 🙏
b28b159
to
91e6ed9
Compare
/test |
/ci-gateway-api |
/ci-ipsec-e2e |
/ci-ingress |
/ci-gateway-api |
/ci-ipsec-e2e |
/ci-gateway-api |
1 similar comment
/ci-gateway-api |
This commit extracts all the clustermesh specific code into a package called operator. The aim of this is to provide clustermesh specific features to other package launched in the operator. The first user for this besides endpointslicesync would be the mcsapi package. Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
91e6ed9
to
9a3d1f3
Compare
/test |
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
This commit extracts all the clustermesh specific code into a package called operator. The aim of this is to provide clustermesh specific features to other package launched in the operator. The first user for this besides endpointslicesync would be the mcsapi package.
Related to #32712