Skip to content

Commit

Permalink
Add age column to generated crd yaml (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu authored Aug 30, 2024
1 parent 9b59445 commit bb315a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/crd/bases/workload.codeflare.dev_appwrappers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ spec:
- jsonPath: .status.conditions[?(@.type=="Unhealthy")].status
name: Unhealthy
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1beta2
schema:
openAPIV3Schema:
Expand Down

0 comments on commit bb315a2

Please sign in to comment.