Skip to content

Commit

Permalink
Add printer columns for ResourceClaims
Browse files Browse the repository at this point in the history
  • Loading branch information
jkupferer committed Jun 28, 2024
1 parent 5214cf7 commit fe214b2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helm/crds/resourceclaims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ spec:
- name: Handle
type: string
jsonPath: .status.resourceHandle.name
- name: Provider
type: string
jsonPath: .spec.provider.name
- name: Healthy
type: boolean
jsonPath: .status.healthy
- name: Ready
type: boolean
jsonPath: .status.ready
- name: Age
type: date
jsonPath: .metadata.creationTimestamp
Expand Down
9 changes: 9 additions & 0 deletions helm/templates/crds/resourceclaims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ spec:
- name: Handle
type: string
jsonPath: .status.resourceHandle.name
- name: Provider
type: string
jsonPath: .spec.provider.name
- name: Healthy
type: boolean
jsonPath: .status.healthy
- name: Ready
type: boolean
jsonPath: .status.ready
- name: Age
type: date
jsonPath: .metadata.creationTimestamp
Expand Down

0 comments on commit fe214b2

Please sign in to comment.