generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Closed
Labels
area/code-generationIssues or PRs as related to controllers or docs code generationIssues or PRs as related to controllers or docs code generationkind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.
Description
Is your feature request related to a problem?
Currently we can configure ack-generate to generate Go comment markers for kubebuilder that specifies whether a field is kubectl get-printable and the column name for that field.
Describe the solution you'd like
I would like to be able to specify that field is only printable when passing the -o wide argument.
e.g:
k get tables
NAME STATUS TABLE
tbb ACTIVE tbbk get tables -o wide
NAME CREATIONDATE STATUS TABLE
tbb 3d20h ACTIVE tbbMetadata
Metadata
Assignees
Labels
area/code-generationIssues or PRs as related to controllers or docs code generationIssues or PRs as related to controllers or docs code generationkind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.