Knative API definition for caching abstractions.
Go to file
Knative Automation f35f8202e5
upgrade to latest dependencies (#849)
bumping knative.dev/hack 424e75e...47368d6:
  > 47368d6 Check licenses only, but not bundle them (# 376)
  > b985a5b Update community files (# 377)
  > 7e71024 Add clotributor link to readme (# 353)
  > b1b2956 Add consistent SECURITY.md (# 349)
  > 4f7621a Call go mod download on each module, if not vendor (# 326)
bumping google.golang.org/genproto/googleapis/rpc a219d84...6e1732d:
  > 6e1732d chore(all): auto-regenerate .pb.go files (# 1098)
  > 9694c77 chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /googleapis/api/apikeys (# 1099)
  > ace143d chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /googleapis/api/servicemanagement (# 1100)
  > c811ad7 chore(all): update all (# 1097)
bumping github.com/prometheus/common 944239f...e821827:
  > e821827 Retract v0.50.0 (# 610)
  > 2807775 Update common Prometheus files (# 609)
  > 617b51d Synchronize common files from prometheus/prometheus (# 606)
  > 057bec8 Merge pull request # 608 from vesari/avoid-total-suffix-repetition
  > b0624a8 Fix string slice definition for FormatFlagOptions. (# 607)
  > da75ecd Correct logic in sample naming for counters, add new test
  > e7f4912 expfmt: Add a way to generate different OpenMetrics Formats (# 596)
  > d4cebf6 Merge pull request # 604 from prometheus/repo_sync
  > 44e573e Update common Prometheus files
bumping google.golang.org/api cb0f433...a28dfbd:
  > a28dfbd chore(main): release 0.171.0 (# 2473)
  > 63b7c0d fix(transport): return GDU for all errors from MDS universe_domain (# 2484)
  > 9599561 feat(all): auto-regenerate discovery clients (# 2483)
  > b91cca7 feat(all): auto-regenerate discovery clients (# 2482)
  > 09097b0 feat(all): auto-regenerate discovery clients (# 2480)
  > 5c21170 chore(all): update all (# 2476)
  > 22b2f13 feat(all): auto-regenerate discovery clients (# 2475)
  > a4064ba feat(all): auto-regenerate discovery clients (# 2474)
  > b300fd0 feat(all): auto-regenerate discovery clients (# 2472)
bumping google.golang.org/genproto/googleapis/api 37d4d3c...a219d84:
  > a219d84 chore(all): auto-regenerate .pb.go files (# 1096)
  > 29370a3 chore(all): auto-regenerate .pb.go files (# 1095)
  > 790db91 chore(all): auto-regenerate .pb.go files (# 1094)
bumping knative.dev/pkg db6f3b0...1ca1f09:
  > 1ca1f09 upgrade to latest dependencies (# 2999)
  > 2d1662a Update community files (# 2998)
  > fd7cc21 Bump google.golang.org/api from 0.170.0 to 0.171.0 (# 2996)
  > d484aa5 Bump github.com/prometheus/common from 0.50.0 to 0.51.1 (# 2995)

Signed-off-by: Knative Automation <automation@knative.team>
2024-03-27 17:09:15 +00:00
.github Update actions (#768) 2023-08-02 01:38:52 +00:00
config bump controller-tools version when updating schema (#838) 2024-02-23 15:03:30 +00:00
hack bump controller-tools version when updating schema (#838) 2024-02-23 15:03:30 +00:00
pkg upgrade to latest dependencies (#836) 2024-02-21 17:31:47 +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 (#839) 2024-02-26 15:39:36 +00:00
vendor upgrade to latest dependencies (#849) 2024-03-27 17:09:15 +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 (#850) 2024-03-27 13:19:22 +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 (#849) 2024-03-27 17:09:15 +00:00
go.sum upgrade to latest dependencies (#849) 2024-03-27 17:09:15 +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.