-
Notifications
You must be signed in to change notification settings - Fork 430
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
Use k8s utils/pointer instead of Azure autorest/to #3026
Conversation
/retest-required |
/milestone v1.8 |
f393cfa
to
195dfaa
Compare
/test pull-cluster-api-provider-azure-e2e-exp AKS provisioning failure, unrelated to this code change. |
/hold Let's wait until #2959 merges first. |
Checked for However, I do see one indirect reference to |
/hold cancel |
/retest |
@mboersma I owe you a 🍺 |
195dfaa
to
f4d69fa
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.
/assign @willie-yao @Jont828
2b665e1
to
9a1f8de
Compare
Rebased after #3093 changed go.mod. |
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: f58be496c4eafc2d1769e8c702b098db24526d93
|
9a1f8de
to
608297d
Compare
I had to rebase again for changes in |
/retest-required |
1 similar comment
/retest-required |
This PR is old enough now that |
/lgtm |
LGTM label has been added. Git tree hash: 3a4ecc32070ec3adbfb24a69d8ccf0bdd0e68aac
|
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 |
/retest-required |
@mboersma: The following tests 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/test-infra repository. I understand the commands that are listed here. |
/retest |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Replaces usage of the
github.com/Azure/go-autorest/autorest/to
package withk8s.io/utils/pointer
and a couple small helper funcs. This makes forward progress toward removing usage of Azure/go-autorest, which will soon be unsupported.In general, the changes here consist of:
See kubernetes-sigs/cloud-provider-azure#2983 for comparison.
Which issue(s) this PR fixes:
Refs #2974
Special notes for your reviewer:
This changeset is huge; I'd be glad to break it up into multiple PRs if that helps with reviewing.
TODOs:
Release note: