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

The generation of zz_generated.deepcopy.go is broken #6790

Closed
tsaarni opened this issue Nov 26, 2024 · 0 comments · Fixed by #6791
Closed

The generation of zz_generated.deepcopy.go is broken #6790

tsaarni opened this issue Nov 26, 2024 · 0 comments · Fixed by #6791
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/needs-triage Indicates that an issue needs to be triaged by a project contributor.

Comments

@tsaarni
Copy link
Member

tsaarni commented Nov 26, 2024

The exec in the following lines prevents controller-gen from running and re-generating the deepcopy files.

exec echo "controller-gen version: "
exec go run sigs.k8s.io/controller-tools/cmd/controller-gen --version

The files api/projectcontour/*/zz_generated.deepcopy.go are not being updated to reflect API changes, leading to compilation errors and potentially other issues.

@tsaarni tsaarni added kind/bug Categorizes issue or PR as related to a bug. lifecycle/needs-triage Indicates that an issue needs to be triaged by a project contributor. labels Nov 26, 2024
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. lifecycle/needs-triage Indicates that an issue needs to be triaged by a project contributor.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant