-
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
Update virtualmachineimages service to SDK v2 #3843
Update virtualmachineimages service to SDK v2 #3843
Conversation
898a27c
to
14abea7
Compare
/assign @mboersma |
@willie-yao: Closed this PR. 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: Reopened this PR. 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. |
68a7422
to
9d19b85
Compare
@willie-yao Looks like you got a failing test btw |
9d19b85
to
1c9469b
Compare
/assign |
3dcedd0
to
0fbd975
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3843 +/- ##
==========================================
- Coverage 55.49% 55.41% -0.09%
==========================================
Files 188 189 +1
Lines 19456 19396 -60
==========================================
- Hits 10797 10748 -49
+ Misses 8057 8046 -11
Partials 602 602
☔ View full report in Codecov by Sentry. |
@willie-yao do you think it would be worth splitting this into two commits? One for the auth changes under Just an idea, please ignore if it sounds like a hassle. |
0fbd975
to
9d745e8
Compare
@mboersma Done!! |
/lgtm |
LGTM label has been added. Git tree hash: 10b5c338ce6231f1c03f23f7fedd8db2b9ccbfce
|
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 @CecileRobertMichon
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
Can we update code comments in the modified interfaces to account for the added Token()
func? It would be also helpful to make the distinction that Authorizer
is used by sdk v1 services while Token
is used by sdk v2 services in code comments as the redundancy might be confusing to a future reader
48b29a5
to
0a9e100
Compare
/lgtm Great work @willie-yao, I like the simple and elegant solution you ended up with! |
LGTM label has been added. Git tree hash: cb3ba262023a1334807a70c4f156b7a9394602b5
|
[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 |
/lgtm |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Updates the virtualmachineimages service to use SDK v2.
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 #3569
Fixes #3473
Special notes for your reviewer:
TODOs:
Release note: