cyclops
cyclops copied to clipboard
Add additional printer columns to Cyclops Modules
Is your feature request related to a problem? Please describe.
K8s CRDs can define which fields will be shown through kubectl using additional printer columns. Scope of the issue is to add them to the Module CRD.
A module can show which repo, path, and version it is using, as well as the reconciliation status. You can find those fields in the controller code here.
Describe the solution you'd like You can check out kubebuilder docs on how to add additional printer columns to CRDs using go.
I would like to work on this please assign it to me.
@petar-cvit can you assign this to me.