Knative API definition for caching abstractions.
Go to file
knative-automation d885a807e7
upgrade to latest dependencies (#649)
bumping knative.dev/pkg 865e331...9c5a731:
  > 9c5a731 bump k8s deps to v0.23.8 (# 2534)
  > 1f01575 Add fix for CVE-2022-28948 (# 2532)
  > 7d607d6 Update community files (# 2531)
bumping k8s.io/apimachinery 276a8a7...276a8a7:
bumping k8s.io/client-go 97582f2...14fa49e:
  > 14fa49e Update dependencies to v0.23.8 tag
  > a475c28 Merge pull request # 108791 from aojea/cherry-pick-108772
  > 8041ba9 Merge pull request # 109159 from wojtek-t/automated-cherry-pick-of-# 109137-upstream-release-1.23
  > a26f2df client-go: update generated
  > 0c2c708 Addresses the issue which caused # 109115
  > b6f49c1 default kubernetes agent for generated clients
  > 9b9e45f Add test for indexer with multiple values
  > ad6be0f sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel Gopkg.toml */.gitattributes
bumping k8s.io/code-generator fb849a7...31c00a6:
  > 31c00a6 Merge pull request # 108791 from aojea/cherry-pick-108772
  > 995ba7c client-go: update generated
  > f955c88 default kubernetes agent for generated clients
bumping k8s.io/api cd271e7...e08b72c:
  > e08b72c Update dependencies to v0.23.8 tag
  > 27e5860 Merge pull request # 109179 from liggitt/openapi-1.23
  > 905a7dc Drop enum tag from certificate request condition
  > a8c2f0b Merge pull request # 108740 from jiahuif-forks/automated-cherry-pick-of-# 108639-upstream-release-1.23
  > e1e0014 polish comments of non-enum values.
  > 5358347 unmark non-validated types as enums.
bumping knative.dev/hack fd240e2...dc6c287:
  > dc6c287 Update community files (# 185)

Signed-off-by: Knative Automation <automation@knative.team>
2022-06-22 13:05:23 +00:00
.github Update actions (#640) 2022-05-24 17:14:03 +00:00
config Remove shortnames for internal resources (#616) 2022-03-23 14:42:56 -07:00
hack Drop unnecessary dependencies on vegeta and licenseclassifier (#582) 2021-12-06 05:32:28 -08:00
pkg upgrade to latest dependencies (#649) 2022-06-22 13:05:23 +00:00
test Update OWNERS_ALIASES to match autogen in community (#446) 2021-04-06 11:02:39 -07:00
third_party/VENDOR-LICENSE upgrade to latest dependencies (#613) 2022-03-23 10:23:19 -07:00
vendor upgrade to latest dependencies (#649) 2022-06-22 13:05:23 +00:00
.gitattributes Correct the generated client path 2018-09-06 15:51:55 -07:00
.gitignore Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
CONTRIBUTING.md Fix the contributing link. (#218) 2020-03-02 17:26:52 -08:00
DEVELOPMENT.md Format markdown (#226) 2020-03-09 09:58:29 -07:00
LICENSE Initial commit 2018-08-30 13:56:39 -07:00
OWNERS add owner (#507) 2021-08-03 16:04:23 -07:00
OWNERS_ALIASES Update community files (#648) 2022-06-10 01:38:25 +00:00
README.md Format markdown (#226) 2020-03-09 09:58:29 -07:00
code-of-conduct.md Format markdown (#639) 2022-05-20 15:24:59 +00:00
go.mod upgrade to latest dependencies (#649) 2022-06-22 13:05:23 +00:00
go.sum upgrade to latest dependencies (#649) 2022-06-22 13:05:23 +00:00

README.md

Knative Caching Resources

GoDoc Go Report Card

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.