You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new config to override kubebuilder printcolumn:name (#79)
Issue N/A
In some CRDs like `GlobalTable` adding a `is_printable: true` to the `GlobalTableStatus` causes `kubectl get` to print very large/redundant column names.
Description of changes:
- This patch adds a new config to allow overriding kubebuilder `printcolumn:name`
- Adds `metav1.Time` to the `acceptableColumnMap`
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments