generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 272
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?
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
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.