Knative API definition for caching abstractions.
Go to file
Knative Automation e918af7eb0
upgrade to latest dependencies (#959)
bumping google.golang.org/protobuf 7e776d4...0833cf3:
  > 0833cf3 all: release v1.36.8
  > 0af3f0f all: set Go language version to Go 1.23
  > 5ccbdec types: regenerate using latest protobuf v32 release
  > 708d96f all: start v1.36.7-devel
bumping knative.dev/pkg e9c8712...8c9c1d3:
  > 8c9c1d3 [controller] fix depth metrics (# 3253)
  > 3ec4afe Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 (# 3252)
  > 455d6e9 Bump golang.org/x/sync from 0.16.0 to 0.17.0 in the golang-x group (# 3249)
  > efb6a4f Add threadiness in log line (# 3247)
  > eafac73 Bump github.com/prometheus/common from 0.65.0 to 0.66.1 (# 3250)
  > 528bde3 upgrade to latest dependencies (# 3244)
bumping golang.org/x/sync 7fad2c9...04914c2:
  > 04914c2 all: upgrade go directive to at least 1.24.0 [generated]

Signed-off-by: Knative Automation <automation@knative.team>
2025-09-09 01:45:31 +00:00
.github Update actions (#866) 2024-05-16 13:13:42 +00:00
config bump controller-gen to v0.17.0 (#913) 2025-01-13 17:24:01 +00:00
hack bump deps (#940) 2025-06-12 03:22:46 +00:00
pkg add linter and fix any warnings (#941) 2025-07-16 14:49:01 +00:00
test Update OWNERS_ALIASES to match autogen in community (#446) 2021-04-06 11:02:39 -07:00
vendor upgrade to latest dependencies (#959) 2025-09-09 01:45:31 +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
.golangci.yaml add linter and fix any warnings (#941) 2025-07-16 14:49: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
OWNERS add owner (#507) 2021-08-03 16:04:23 -07:00
OWNERS_ALIASES Update community files (#951) 2025-08-07 14:38:51 +00:00
README.md Added clotributor link to readme (#811) 2023-11-27 20:24:51 +00:00
SECURITY.md Add consistent SECURITY.md (#809) 2023-11-20 18:25:59 +00:00
code-of-conduct.md Format markdown (#639) 2022-05-20 15:24:59 +00:00
go.mod upgrade to latest dependencies (#959) 2025-09-09 01:45:31 +00:00
go.sum upgrade to latest dependencies (#959) 2025-09-09 01:45:31 +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. For a list of all help wanted issues in Knative, see CLOTRIBUTOR.