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

elasticloadbalancingv2 unable to generate #985

Closed
haarchri opened this issue Sep 24, 2021 · 1 comment
Closed

elasticloadbalancingv2 unable to generate #985

haarchri opened this issue Sep 24, 2021 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@haarchri
Copy link

Describe the bug
in crossplane we are unable to generate elasticloadbalancingv2
looks like naming issues between elasticloadbalancingv2 and elbv2
also we see issues regarding go sdk version 1.37.10 - did we have trick to generate it ?

crossplane-contrib/provider-aws#841

@haarchri haarchri added the kind/bug Categorizes issue or PR as related to a bug. label Sep 24, 2021
@RedbackThomson
Copy link
Contributor

The code-generator now supports setting a different "model name" as part of the generator.yaml file - aws-controllers-k8s/code-generator#216

See the opensearchservice generator file as reference - https://github.com/aws-controllers-k8s/opensearchservice-controller/blob/6b4a9e6aad9f15411f6c6380f05c27211466427b/generator.yaml#L1

Since the AWS SDK Go references the API as elbv2, your model_name should be elasticloadbalancingv2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants