Add additional printer columns to Cyclops Modules #428
Labels
controller
Update on controller
go
Pull requests that update Go code
good first issue
Good for newcomers
kubernetes
k8s related issues
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.
The text was updated successfully, but these errors were encountered: