Knative API definition for caching abstractions.
Go to file
Matt Moore aa9bd3961c Migrate to knative.dev/pkg (#35)
These changes done via:
```
sed -i 's@"github.com/knative/pkg@"knative.dev/pkg@g' $(find -name '*.go' | grep -v vendor | xargs grep github.com/knative/pkg | cut -d':' -f 1)
```

`Gopkg.toml`:
 - github.com/knative/pkg -> knative.dev/pkg
  - release-0.7 -> master

`./hack/update-codegen.sh`:
 - github.com/knative/pkg -> knative.dev/pkg

```
./hack/update-deps.sh
./hack/update-codegen.sh
```
2019-06-26 13:56:06 -07:00
.github Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
config Fix knative.dev/crd-install label to match label schema types. (#25) 2019-03-29 16:35:54 -07:00
hack Migrate to knative.dev/pkg (#35) 2019-06-26 13:56:06 -07:00
pkg Migrate to knative.dev/pkg (#35) 2019-06-26 13:56:06 -07:00
test Update OWNERS to use OWNERS_ALIASES (#32) 2019-05-28 15:45:30 -07:00
vendor Migrate to knative.dev/pkg (#35) 2019-06-26 13:56:06 -07: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 Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
DEVELOPMENT.md Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
Gopkg.lock Migrate to knative.dev/pkg (#35) 2019-06-26 13:56:06 -07:00
Gopkg.toml Migrate to knative.dev/pkg (#35) 2019-06-26 13:56:06 -07:00
LICENSE Initial commit 2018-08-30 13:56:39 -07:00
OWNERS Remove unnecessary caching-reviewers (#33) 2019-05-29 20:04:33 -07:00
OWNERS_ALIASES Remove unnecessary caching-reviewers (#33) 2019-05-29 20:04:33 -07:00
README.md Bootstrap knative/caching. 2018-09-01 20:50:01 +00:00
code-of-conduct.md Bootstrap knative/caching. 2018-09-01 20:50:01 +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.