sample-controller/vendor/github.com/gregjones/httpcache
Kubernetes Publisher 914478ebaa Merge pull request #63550 from juanvallejo/jvallejo/move-cached-discovery
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

move cached_discovery to client-go/discovery

**Release note**:
```release-note
NONE
```

Moves the cmd/util CachedDiscoveryClient to client-go

cc @soltysh @deads2k

Kubernetes-commit: f2ea83bef88f9d2783abe0c00de563db13ec04f4
2018-05-15 19:43:35 +00:00
..
diskcache Merge pull request #63550 from juanvallejo/jvallejo/move-cached-discovery 2018-05-15 19:43:35 +00:00
.travis.yml Merge pull request #63550 from juanvallejo/jvallejo/move-cached-discovery 2018-05-15 19:43:35 +00:00
httpcache.go Merge pull request #63550 from juanvallejo/jvallejo/move-cached-discovery 2018-05-15 19:43:35 +00:00
LICENSE.txt Merge pull request #63550 from juanvallejo/jvallejo/move-cached-discovery 2018-05-15 19:43:35 +00:00
README.md Merge pull request #63550 from juanvallejo/jvallejo/move-cached-discovery 2018-05-15 19:43:35 +00: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