-
Notifications
You must be signed in to change notification settings - Fork 261
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
🌱 Split v1alpha6 & v1alpha7 conversion into multiple files #1923
🌱 Split v1alpha6 & v1alpha7 conversion into multiple files #1923
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mdbooth 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 |
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This is 100% code motion with no code changes whatsoever. conversion.go has become unwieldy, making changes to it harder to understand. This simply splits it into several files based on the corresponding _types.go. We don't touch v1alpha5 as it's about to be deleted. It can stay a mess.
6241209
to
1eca090
Compare
/hold cancel |
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
Thank you! This was going to be a massive merge conflict magnet 😬 |
This is 100% code motion with no code changes whatsoever.
conversion.go has become unwieldy, making changes to it harder to
understand. This simply splits it into several files based on the
corresponding _types.go.
We don't touch v1alpha5 as it's about to be deleted. It can stay a mess.
Note that this is currently based on top of #1920. We could merge it separately fairly easily. The only conflict there is the addition of the Convertible interface on
OpenStackClusterTemplateList
. However, I'm hoping the webhooks change can merge quickly./hold