mirror of https://github.com/knative/caching.git
include an image column (#381)
This commit is contained in:
parent
ac5ebdd13a
commit
1a305923cf
|
@ -44,3 +44,7 @@ spec:
|
|||
#
|
||||
# see issue: https://github.com/knative/serving/issues/912
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
additionalPrinterColumns:
|
||||
- name: Image
|
||||
type: string
|
||||
jsonPath: .spec.image
|
||||
|
|
Loading…
Reference in New Issue