Commit Graph

10 Commits

Author SHA1 Message Date
Dave Protasowski 6b6ba7a739
include conventional k8s labels (#565) 2021-11-09 17:47:45 -08:00
Markus Thömmes b4514d8249
Fix a few more occurrences of divisive language (#384) 2020-11-12 10:49:00 -08:00
Dave Protasowski 1a305923cf
include an image column (#381) 2020-11-04 09:48:04 -08:00
Dave Protasowski 9eace67438
use v1 CRD APIs (#338) 2020-09-22 09:09:40 -07:00
Matt Moore 64d6830ca6
Add a dummy file so we can import configs (#259) 2020-04-27 16:47:51 -07:00
Kenjiro Nakayama 09fc2c47bc 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.
2019-07-03 22:09:32 -07:00
Evan Anderson babf400eee Fix knative.dev/crd-install label to match label schema types. (#25)
* Add a label knative.dev/crd-install to CRDs to allow installing CRDs in a separate pass.

* YAML cares about types, and `true` is a Boolean, not a String.
2019-03-29 16:35:54 -07:00
Evan Anderson 54f7bb870f Add a label knative.dev/crd-install to CRDs to allow installing CRDs in a separate pass. (#24) 2019-03-29 13:17:54 -07:00
Dave Protasowski 06e9787157 Enable status subresource on Knative's 'Image' cache resource (#20) 2019-01-02 11:04:39 -08:00
Matt Moore f0d7bb6095
Add the initial caching type definitions. (#5)
* Add the initial caching type definitions.

This is largely carried over from https://github.com/knative/serving/pull/1972

* Incorporate feedback from @evankanderson

* Add the CRD for the type definition.
2018-09-07 09:56:33 -07:00