Knative API definition for caching abstractions.
Go to file
Knative Automation 2cb0056ecd
upgrade to latest dependencies (#789)
bumping google.golang.org/grpc 62726d4...c0aa20a:
  > c0aa20a Change version to 1.58.2 (# 6654)
  > 67a53a6 balancer/weightedroundrobin: fix ticker leak on update (# 6655)
  > 863de73 update version to 1.58.2-dev (# 6633)
bumping google.golang.org/genproto/googleapis/rpc 2d3300f...007df8e:
  > 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
bumping knative.dev/pkg 05a411a...51a826d:
  > 51a826d Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (# 2835)
  > 4930930 Bump google.golang.org/api from 0.141.0 to 0.142.0 (# 2834)
  > 0efc1bc Also return Audience in URIResolver.AddressableFromDestinationV1() (# 2836)
  > 559de7e upgrade to latest dependencies (# 2833)
  > dd819c0 Update community files (# 2830)
bumping google.golang.org/api c3d417d...fc96064:
  > fc96064 chore(main): release 0.142.0 (# 2162)
  > da71d0a feat(all): auto-regenerate discovery clients (# 2171)
  > ea1fe11 chore(all): update all to 007df8e (# 2167)
  > a8cadbf feat(all): use updated mtls config endpoint (# 2164)
  > 0c5c2d2 feat(all): auto-regenerate discovery clients (# 2168)
  > c4024ed feat(all): auto-regenerate discovery clients (# 2166)
  > 304fb51 feat(all): auto-regenerate discovery clients (# 2165)
  > a34ad77 feat(internal): add some feature flags for new auth libs (# 2163)
  > d6822ad feat(all): auto-regenerate discovery clients (# 2161)
bumping knative.dev/hack da6e74c...403114f:
  > 403114f Manual shellcheck (# 321)
  > 74aa02a 🐛 Remove deps from go.mod for knative.dev/hack (# 320)
  > 34850cd Update community files (# 319)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-26 12:38:08 +00:00
.github Update actions (#768) 2023-08-02 01:38:52 +00:00
config generate schema for caching types (#655) 2022-07-04 13:17:45 +00:00
hack generate schema for caching types (#655) 2022-07-04 13:17:45 +00:00
pkg upgrade to latest dependencies (#753) 2023-05-24 17:16:24 +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 (#777) 2023-08-22 00:38:54 +00:00
vendor upgrade to latest dependencies (#789) 2023-09-26 12:38:08 +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 (#786) 2023-09-22 13:49:04 +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 (#789) 2023-09-26 12:38:08 +00:00
go.sum upgrade to latest dependencies (#789) 2023-09-26 12:38:08 +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.