cluster-autoscaler: consume aws-sdk-go-v2#8269
cluster-autoscaler: consume aws-sdk-go-v2#8269domenicbozzuto wants to merge 1 commit intokubernetes:masterfrom
Conversation
|
Hi @domenicbozzuto. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: domenicbozzuto The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
d0c55fa to
7b62669
Compare
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
PR needs rebase. DetailsInstructions 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. |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
|
We opted to use the v2 sdk directly instead of vendoring in #8896; closing this out |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The follow-up to #8265, this PR is part of the effort to transition to the new version of AWS's sdk for go (see #7093). This is PR 2/3, where the newly-vendored aws-sdk-go-v2 and smithy-go packages are consumed in the aws cloud provider.
The following are some of the larger changes that come with the new sdk:
.../service/ec2/types) and for API interfaces (.../service/ec2)[]stringvs[]*string)Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: