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
|
plural: images
|
||||||
singular: image
|
singular: image
|
||||||
categories:
|
categories:
|
||||||
- all
|
|
||||||
- knative-internal
|
- knative-internal
|
||||||
- caching
|
- caching
|
||||||
shortNames:
|
shortNames:
|
||||||
|
|
Loading…
Reference in New Issue