-
Notifications
You must be signed in to change notification settings - Fork 1.4k
✨ Remove pointer, add omitzero & MinProperties for initialization fields/structs #12482
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
Conversation
/assign @fabriziopandini |
6fd1997
to
438ce9e
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.
/lgtm
LGTM label has been added. Git tree hash: babf2b4fce1719f05b1c1ae52e4760a769141eb4
|
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
I'll do some more cleanup |
30f97d5
to
afdccc9
Compare
/test pull-cluster-api-e2e-main |
afdccc9
to
4fea3b8
Compare
/test pull-cluster-api-e2e-main |
that's a nice simplification! |
LGTM label has been added. Git tree hash: fb8432c3a430f17a99acab1bc42341c9ffb445a2
|
/override pull-cluster-api-e2e-main |
@sbueringer: Overrode contexts on behalf of sbueringer: pull-cluster-api-e2e-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: Stefan Büringer [email protected]
4fea3b8
to
2c03b5a
Compare
/test pull-cluster-api-e2e-main |
/lgtm |
LGTM label has been added. Git tree hash: 5fd617b2471d34a46a12c2790e018cb5877596f9
|
/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 |
@sbueringer: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/test pull-cluster-api-e2e-main https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/kubernetes-sigs_cluster-api/12482/pull-cluster-api-e2e-main/1944751337103167488 seems unrelated but let's see |
Took a closer look. Failure is unrelated to this PR, will open a PR against main to fix it (#12488) /override pull-cluster-api-e2e-main |
@sbueringer: Overrode contexts on behalf of sbueringer: pull-cluster-api-e2e-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: Stefan Büringer [email protected]
What this PR does / why we need it:
Dropped the pointer from Initialization status structs. I think it's much much cleaner this way and the fields in initialization are much easier to use now
& follow-ups to:
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