Open
Description
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.