Skip to content
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

generate-aws-interfaces.sh imports the wrong module in the generated interfaces #7344

Closed
cPu1 opened this issue Nov 30, 2023 · 0 comments · Fixed by #7345
Closed

generate-aws-interfaces.sh imports the wrong module in the generated interfaces #7344

cPu1 opened this issue Nov 30, 2023 · 0 comments · Fixed by #7345
Assignees

Comments

@cPu1
Copy link
Contributor

cPu1 commented Nov 30, 2023

As a result of this, make generate-all is failing with this error:

/__w/eksctl-ci/eksctl-ci/eksctl/pkg/eks/services_v2.go:53:9: cannot use s.sts (variable of type *"github.com/aws/aws-sdk-go-v2/service/sts".Client) as "github.com/weaveworks/eksctl/pkg/awsapi".STS value in return statement: *"github.com/aws/aws-sdk-go-v2/service/sts".Client does not implement "github.com/weaveworks/eksctl/pkg/awsapi".STS (wrong type for method Options)
		have Options() "github.com/aws/aws-sdk-go-v2/service/sts".Options
		want Options() "google.golang.org/grpc/credentials/sts".Options
Writing `FakeKubeProvider` to `fakes/fake_kube_provider.go`... pkg/eks/api.go:59: running "counterfeiter": exit status 1
make: *** [Makefile:149: generate-always] Error 1
@cPu1 cPu1 mentioned this issue Dec 1, 2023
7 tasks
@cPu1 cPu1 self-assigned this Dec 1, 2023
@cPu1 cPu1 closed this as completed in #7345 Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant