-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
✨ Topology Mutation: use API types for inline patching #6289
✨ Topology Mutation: use API types for inline patching #6289
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.
/area runtime-sdk
91fb098
to
af5337f
Compare
af5337f
to
5bcb514
Compare
ee63e08
to
b062d5b
Compare
/test pull-cluster-api-e2e-full-main |
b062d5b
to
f28baa2
Compare
underlying PR merged + this PR rebased /test pull-cluster-api-e2e-full-main |
d2b8701
to
3846d3e
Compare
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.
It is great to see topology mutation hooks to fit in the initial patch implementation, great work!
two nits, not blocking.
I give some time for the others to review, otherwise lgtm
internal/controllers/topology/cluster/patches/inline/json_patch_generator.go
Show resolved
Hide resolved
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
Will rebase + ping for lgtm tomorrow |
3846d3e
to
77ec3b1
Compare
Rebase done, needs-lgtm again :) |
77ec3b1
to
402698e
Compare
/lgtm |
Refactors inline patching to use the same API types as external patches
Part of #6545