-
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
Remove unused function setCredentials #4208
Remove unused function setCredentials #4208
Conversation
/cherry-pick release-1.11 |
@willie-yao: once the present PR merges, I will cherry-pick it on top of release-1.11 in a new PR and assign it to you. 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/test-infra repository. |
9ec1c7c
to
f247f88
Compare
f247f88
to
9ec1c7c
Compare
@willie-yao unit tests are failing PTAL |
63614e6
to
f4231bc
Compare
@CecileRobertMichon Turns out a ton of unit tests need to be refactored (basically all the controller tests) due to them needing to expect AzureClusterIdentity for all cases, so it may take me a bit to get all that done. Will mark the PR as WIP |
c86ade4
to
2307e6d
Compare
ca4ec25
to
166b2e6
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
/assign @nojnhuh
LGTM label has been added. Git tree hash: b36e104be79eefc94d5a5c0a7b755bde9e6c6bb0
|
/hold |
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
@willie-yao Could you please open an issue describing any follow-up refactoring for tests?
f58f1ef
to
9e6b73b
Compare
/hold cancel |
@willie-yao Was the dependabot PR in the commit history here intentional? |
Whoops lemme fix that |
9e6b73b
to
524b6a7
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: 1c5c487388fa39620f76737c1c794c5a55660011
|
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: mboersma, nojnhuh 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 |
@willie-yao: #4208 failed to apply on top of branch "release-1.11":
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/test-infra repository. |
@willie-yao: #4208 failed to apply on top of branch "release-1.12":
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/test-infra repository. |
Note: I'm holding off on making a cherry-pick to 1.11 for now since the ClusterClass for Managed Clusters PR was not merged for that release which causes massive merge conflicts. @CecileRobertMichon Would we want to do this cherry-pick even though there isn't a functional difference? |
If this is just a cleanup (no bug fix) + refactor then we don't believe we want to cherry-pick this (even in 1.12) |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
setCredentials
is unused since identityRef is now required as of #4201Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
TODOs:
Release note: