adds printer columns for cyclops modules
closes #428
📑 Description
This PR adds printer columns for cyclops modules.
✅ Checks
- [ ] I have updated the documentation as required
- [x] I have performed a self-review of my code
Additional context
To generate CRD yamls, you need to run make manifests and make generate from the cyclops-ctrl which will update yamls in cyclops-ctrl/config/crd/bases. I tried it on my local machine, but my version of go and version of controller-gen are not compatible.
@ashish111333 can you run those two commands and commit the changes generated?
I see their is a bug in controller-gen .11 that causes panic, we should update it.
Yup, found this comment on a controller gen issue
@petar-cvit done.
@ashish111333 tried it locally, and controller-gen now works. However, it seems like it didn't generate additionalPrinterColumns . Can you look into that?
@ashish111333 tried it locally, and
controller-gennow works. However, it seems like it didn't generateadditionalPrinterColumns. Can you look into that?
Let me try, will update you.
@ashish111333 did you manage to generate printer columns?
@petar-cvit Got a little busy , I will try to finish it this week.