-
Notifications
You must be signed in to change notification settings - Fork 1.4k
⚠️ Move APIs to ./api #12262
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
⚠️ Move APIs to ./api #12262
Conversation
discussing this today at the office hours, Stefan would like to hold off on other merges until this can land. unless those PRs don't touch this at all. |
/test pull-cluster-api-e2e-main |
/assign @fabriziopandini @chrischdi @JoelSpeed The idea would be to merge this if somehow possible in the next 1-2 days to unblock all other PRs (alpha is scheduled for Tuesday next week) |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
LGTM label has been added. Git tree hash: 9e379f1c94ec84cb9adde96af0cb119d21909424
|
Pushed changes to the migration doc and a small fix for deep copy gen for internal APIs of CABPK + KCP. But now I'm done :) |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
/test pull-cluster-api-e2e-main Flake, was green before the last 2 commits |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
Awesome work! |
LGTM label has been added. Git tree hash: 271fe77573cdd5885532c8b987aed9367da1c04f
|
Let's merge to unblock all the other PRs. I can follow up if there are more findings |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi 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 |
@@ -54,8 +54,25 @@ proposal because most of the changes described below are a consequence of the wo | |||
|
|||
## API Changes | |||
|
|||
- APIs have been moved to the top-level `api` folder (https://github.com/kubernetes-sigs/cluster-api/pull/12262). |
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.
Adding the apiGroups in a follow-up PR: #12266
What this PR does / why we need it:
Tasks:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #12203
Part of #11947