mirror of https://github.com/knative/caching.git
Stop printing images.caching.internal.knative.dev in kubectl get all (#43)
Currently `kubectl get all` outputs `images.caching.internal.knative.dev`, but it is one of internal CRDs and not necessary to examine the output in general. This patch removes `all` from categories to stop printing images.caching.internal.knative.dev in kubectl get all.
This commit is contained in:
parent
207d4e297f
commit
09fc2c47bc
|
@ -26,7 +26,6 @@ spec:
|
|||
plural: images
|
||||
singular: image
|
||||
categories:
|
||||
- all
|
||||
- knative-internal
|
||||
- caching
|
||||
shortNames:
|
||||
|
|
Loading…
Reference in New Issue