We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
controller_gen_crd
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.
0.3.0
This was fixed in controller-tools in this PR kubernetes-sigs/controller-tools#317 and released in version v0.4.0
controller-tools
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 isThis 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#317and released in version v0.4.0
The text was updated successfully, but these errors were encountered: