package transport
import "k8s.io/kubernetes/pkg/kubectl/util/transport"
Package transport provides a round tripper capable of caching HTTP responses.
Index ¶
Functions ¶
func NewCacheRoundTripper ¶
func NewCacheRoundTripper(cacheDir string, rt http.RoundTripper) http.RoundTripper
NewCacheRoundTripper creates a roundtripper that reads the ETag on response headers and send the If-None-Match header on subsequent corresponding requests.
Source Files ¶
round_tripper.go
- Version
- v1.10.5-beta.0
- Published
- Jun 6, 2018
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 17 minutes ago –
Tools for package owners.