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

Update controller-tools dependency to at least version 0.4.0 #2

Closed
eudaimos opened this issue Nov 24, 2020 · 0 comments
Closed

Update controller-tools dependency to at least version 0.4.0 #2

eudaimos opened this issue Nov 24, 2020 · 0 comments

Comments

@eudaimos
Copy link
Contributor

I need to be able to use a map to pointers for my CRD which isn't working when I use the controller_gen_crd rule from this package. The error I get is

map values must be a named type, not *ast.StarExpr

This is fixed in an updated version of controller-tools but this package is currently fixed to version 0.3.0 as seen here in scripts/build-controller-gen.sh:5.

This was fixed in controller-tools in this PR kubernetes-sigs/controller-tools#317
and released in version v0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants