Skip to content

Commit

Permalink
Add additionalPrinterColumns on extension CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-edouard.breteche authored and tekton-robot committed Jun 25, 2020
1 parent 3f46104 commit 6222025
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions base/202-extension-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,19 @@ spec:
- ext
- exts
scope: Namespaced
additionalPrinterColumns:
- name: API version
type: string
JSONPath: .spec.apiVersion
- name: Kind
type: string
JSONPath: .spec.name
- name: Display name
type: string
JSONPath: .spec.displayname
- name: Age
type: date
JSONPath: .metadata.creationTimestamp
# Opt into the status subresource so metadata.generation
# starts to increment
subresources:
Expand Down

0 comments on commit 6222025

Please sign in to comment.