Commit Graph

6 Commits

Author SHA1 Message Date
Paul Schweigert 4bdea94d72
Update linting/style for go1.19 (#701)
* update linting/style for go1.19

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* fix goimports

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

* fixing boilerplate

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
2022-11-04 14:04:04 +00:00
Scott Nichols 1114dba63e update boilerplate to use 2020 (#175) 2020-01-07 16:17:52 -08:00
chaodaiG 96cb0bf1f9 Migrate caching to use the knative.dev/caching import path (#36)
* Migrate to knative.dev

* manual replace

* run update-codegen
2019-06-26 20:43:13 -07:00
jonjohnsonjr b9d80eaec5 Bump k8s deps: 1.11.0 -> 1.12.6 (#22)
* Update k8s deps: 1.11.0 -> 1.12.6

* ./hack/update-deps.sh

* ./hack/update-codegen.sh
2019-03-14 13:42:44 -07:00
Matt Moore f0d7bb6095
Add the initial caching type definitions. (#5)
* Add the initial caching type definitions.

This is largely carried over from https://github.com/knative/serving/pull/1972

* Incorporate feedback from @evankanderson

* Add the CRD for the type definition.
2018-09-07 09:56:33 -07:00
Matt Moore 932173e3e2 Bootstrap knative/caching.
This adds all of the elements needed to bootstrap the knative/caching repo.

I've tried to limit this to largely boilerplate elements so that it can more easily be recycled as we create other repos.
2018-09-01 20:50:01 +00:00