Knative API definition for caching abstractions.
Go to file
knative-automation f91093f141
upgrade to latest dependencies (#597)
bumping knative.dev/hack 9b2ed84...51a42b2:
  > 51a42b2 Update community files (# 146)
  > 81ef5cc Update community files (# 145)
  > cfb3eb8 Enable opting out Preemptible/Spot GKE Worker Nodes (# 144)
  > 9dd1ec1 Look at package name when checking whether the shell package can be used (# 142)
  > f1822b1 Disable Logs/Metrics on GKE and Run Preemptible Nodes (# 138)
  > 32375dc remove clusteradmin grant (# 141)
  > 987528e Temporarily fix the unit tests for library.sh (# 143)
  > da09733 print commit hash (# 140)
bumping knative.dev/pkg 77555ea...ca64d3b:
  > ca64d3b Update community files (# 2404)
  > 2783cd8 Do not block NotFound error during patching resources (# 2403)
  > d7b329c 🐛 Update required Go version to 1.17 to fix # 2399 (# 2400)
  > 3ba5d72 Don't discard addressable resolver original errors (# 2395)

Signed-off-by: Knative Automation <automation@knative.team>
2022-01-31 07:53:30 -08:00
.github Update actions (#591) 2022-01-12 20:51:12 -08:00
config include conventional k8s labels (#565) 2021-11-09 17:47:45 -08:00
hack Drop unnecessary dependencies on vegeta and licenseclassifier (#582) 2021-12-06 05:32:28 -08:00
pkg upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -08: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 (#590) 2022-01-11 19:47:50 -08:00
vendor upgrade to latest dependencies (#597) 2022-01-31 07:53:30 -08: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 (#596) 2022-01-29 10:21:48 -08:00
README.md Format markdown (#226) 2020-03-09 09:58:29 -07:00
code-of-conduct.md Format markdown (#226) 2020-03-09 09:58:29 -07:00
go.mod upgrade to latest dependencies (#597) 2022-01-31 07:53:30 -08:00
go.sum upgrade to latest dependencies (#597) 2022-01-31 07:53:30 -08: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.