mirror of https://github.com/knative/caching.git
bumping knative.dev/pkg 7a61343...26db1ba: > 26db1ba Enable using `duckv1.WithPod` with our webhook infra. (# 2279) > 73d4fe6 Drop Retrying and EventuallyMatchesBody checks (# 2278) > bb433c9 Add tests for retriable errors to the spoof client (# 2277) > b09fa45 Declare `DefaultErrorRetryChecker` as `ErrorRetryChecker` type (# 2276) > dec98b4 fix a small lint warning (# 2270) > fbe9e7e Widen the error checker interface to allow response error checking (# 2253) Signed-off-by: Knative Automation <automation@knative.team> |
||
---|---|---|
.github | ||
config | ||
hack | ||
pkg | ||
test | ||
third_party/VENDOR-LICENSE | ||
vendor | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
DEVELOPMENT.md | ||
LICENSE | ||
OWNERS | ||
OWNERS_ALIASES | ||
README.md | ||
code-of-conduct.md | ||
go.mod | ||
go.sum |
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.