Ian Howell 0bd56907bf Update to use client-go v10.0.0
This removes dependencies on the stale v1.5.1 client-go and updates
the project to work with the current v10.0.0 release.

This change will make it easier to implement new CRDs which use more
recent versions of client-go
2018-12-13 09:50:12 -06:00
..
2018-12-13 09:50:12 -06:00
2018-12-13 09:50:12 -06:00
2018-12-13 09:50:12 -06:00
2018-12-13 09:50:12 -06:00
2018-12-13 09:50:12 -06:00

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