velero/vendor/github.com/gregjones/httpcache
Andy Goldstein 18eafd5606 Update k8s, client-go, apimachinery deps
Update k8s.io/kubernetes to v1.8.
Update k8s.io/client-go to v5.0.0
Update k8s.io/apimachinery to match
Pull in k8s.io/api release-1.8 branch
Pull in k8s.io/code-generator release-1.8 branch

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
2017-10-30 13:30:27 -04:00
..
diskcache Update k8s, client-go, apimachinery deps 2017-10-30 13:30:27 -04:00
LICENSE.txt Update k8s, client-go, apimachinery deps 2017-10-30 13:30:27 -04:00
README.md Update k8s, client-go, apimachinery deps 2017-10-30 13:30:27 -04:00
httpcache.go Update k8s, client-go, apimachinery deps 2017-10-30 13:30:27 -04:00

README.md

httpcache

Build Status GoDoc

Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC-compliant cache for http responses.

It is only suitable for use as a 'private' cache (i.e. for a web-browser or an API-client and not for a shared proxy).

Cache Backends

License