-
Notifications
You must be signed in to change notification settings - Fork 1.4k
⚠️ Rename deprecated ClusterClass Metadata fields to DeprecatedV1Beta1Metadata #12273
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
⚠️ Rename deprecated ClusterClass Metadata fields to DeprecatedV1Beta1Metadata #12273
Conversation
WIP => needs rebase after #12262 is merged |
/test pull-cluster-api-e2e-main |
0530ef8
to
9369bcd
Compare
/test pull-cluster-api-e2e-main |
9369bcd
to
cfa3286
Compare
/test pull-cluster-api-e2e-main |
cfa3286
to
0373d90
Compare
/test pull-cluster-api-e2e-main |
…tadata Signed-off-by: Stefan Büringer buringerst@vmware.com
0373d90
to
2f1755a
Compare
/test pull-cluster-api-e2e-main |
/lgtm |
LGTM label has been added. Git tree hash: 4f9fb8da9682ab111a03a14ef0967a6ec1c106c1
|
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.
Thanks for this PR!
/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 |
What this PR does / why we need it:
Ideally we would drop the field immediately. Unfortunately we can't because it is part of the VariableDiscovery v1alpha1 API that the metadata surfaces on ClusterClass.
So for now we are just renaming the field on ClusterClass v1beta2. We will drop the field from ClusterClass v1beta2 once we drop v1beta1 support (which is the same time as when we drop support for v1alpha1 VariableDiscovery)
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #11947