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

Bump controller-gen fixing panic on generation #4471

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

geyslan
Copy link
Member

@geyslan geyslan commented Jan 7, 2025

Close: #4466

1. Explain what the PR does

a2d8ec7 chore(k8s): update tracee_types.go

Disable deepcopy generation for PolicyInterface interface.

5d666b7 chore: bump k8s operator building tooling

controller-gen old version lacks support, bumping to the latest version.

2. Explain how to test it

make -f ./builder/Makefile.k8s build
make -f ./builder/Makefile.k8s manifests
make -f ./builder/Makefile.k8s generate
make tracee-operator

3. Other comments

controller-gen old version lacks support, bumping to the latest version.
@geyslan
Copy link
Member Author

geyslan commented Jan 7, 2025

@rscampos I would appreciate your tests. Cheers.

Disable deepcopy generation for PolicyInterface interface.
@geyslan geyslan force-pushed the 4466-k8s-interface-generate branch from 4daf0c6 to a2d8ec7 Compare January 7, 2025 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

k8s operator is not being generated by controller-gen
1 participant