Skip to content

Commit

Permalink
Add selector pathTemplate in service tableDefinitions
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 committed Sep 5, 2024
1 parent ace8c94 commit c225d18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hub/resourcetabledefinitions/core/v1/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ spec:
priority: 2
type: string
- name: Selector
pathTemplate: '{{ .spec.selector | toRawJson }}'
priority: 3
type: string
type: object
- name: Age
pathTemplate: '{{ .metadata.creationTimestamp | k8s_age }}'
priority: 3
Expand Down

0 comments on commit c225d18

Please sign in to comment.