Skip to content

Commit bb315a2

Browse files
authored
Add age column to generated crd yaml (#243)
1 parent 9b59445 commit bb315a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/crd/bases/workload.codeflare.dev_appwrappers.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ spec:
2727
- jsonPath: .status.conditions[?(@.type=="Unhealthy")].status
2828
name: Unhealthy
2929
type: string
30+
- jsonPath: .metadata.creationTimestamp
31+
name: Age
32+
type: date
3033
name: v1beta2
3134
schema:
3235
openAPIV3Schema:

0 commit comments

Comments
 (0)