Skip to content

Extend ack-generate to generate an extra comment marker for an AGE column #822

@a-hilaly

Description

@a-hilaly

Is your feature request related to a problem?
When i execute a kubectl get on an ACK CRD I don't see the age of the resource.

k get tables
NAME   STATUS   TABLE
tbb    ACTIVE   tbb

Describe the solution you'd like
As a kubernetes user i would like to see the age of the resource at the last column e.g:

k get tables
NAME   STATUS   TABLE  AGE
tbb    ACTIVE   tbb   283d

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/code-generationIssues or PRs as related to controllers or docs code generationkind/enhancementCategorizes issue or PR as related to existing feature enhancements.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions