mirror of https://github.com/knative/caching.git
bumping sigs.k8s.io/yaml c3772b5...0f318dc: > 0f318dc Merge pull request # 134 from kubernetes-sigs/forgot-to-add-redirects-for-constants > 8eaa802 Merge pull request # 133 from kubernetes-sigs/deprecate-code-in-goyaml.v3-goyaml.v2-and-redirect > b8fc0c0 Forgot to add redirects for v3 constants > 0fe7da3 Merge pull request # 125 from kragniz/go-1.24 > 69e45c1 Deprecate code in goyaml.v2/goyaml.v3 directories and redirect > c6ac2c9 Merge pull request # 126 from kragniz/remove-travis > 14cbb88 Test against go 1.24.x > b9a9b1c Merge pull request # 106 from ThatsMrTalbot/patch-1 > 203ded9 Remove old travisci config file > 56d6720 Merge pull request # 122 from liggitt/unhashable-key > 4c6913f fix: wrap errors returned by JSON unmarshal > 119290a Merge pull request # 118 from skitt/drop-go1.10-build > 63d028e Handle unhashable keys during merge > 50e7f43 Merge pull request # 119 from skitt/test-go-1.21 > ea138a0 Merge Go 1.10+ files > 9934139 Test with Go 1.21 and later bumping knative.dev/pkg 05e18ff...4ec554b: > 4ec554b Bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 (# 3194) > 0285e29 group otel updates (# 3193) > fe85a65 drop unused functions in webhook testing (# 3191) > fd105c6 refactor webhook testing (# 3186) > fe477b7 drop cert-manager from downstream tests (# 3187) Signed-off-by: Knative Automation <automation@knative.team> |
||
---|---|---|
.github | ||
config | ||
hack | ||
pkg | ||
test | ||
vendor | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
DEVELOPMENT.md | ||
LICENSE | ||
OWNERS | ||
OWNERS_ALIASES | ||
README.md | ||
SECURITY.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. For a list of all help wanted issues in Knative, see CLOTRIBUTOR.