mirror of https://github.com/knative/caching.git
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. |
||
---|---|---|
.github | ||
config | ||
hack | ||
pkg | ||
test | ||
vendor | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
DEVELOPMENT.md | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
OWNERS | ||
OWNERS_ALIASES | ||
README.md | ||
code-of-conduct.md |
README.md
Knative Caching Resources
Knative caching
defines resources that can be used to express a desire to
cache things. These are just API definitions for caching custom resources
plugins, it does not include an implementation of this API.
To learn more about Knative, please visit our Knative docs repository.
If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md.