MCPcopy
hub / github.com/kubernetes/client-go / DoRaw

Method DoRaw

rest/request.go:63–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61// The response may be either accessed as a raw data (the whole output is put into memory) or as a stream.
62type ResponseWrapper interface {
63 DoRaw() ([]byte, error)
64 Stream() (io.ReadCloser, error)
65}
66

Callers 5

TestBackoffLifecycleFunction · 0.65
TestCheckRetryClosesBodyFunction · 0.65
TestDoContextFunction · 0.65

Implementers 1

Requestrest/request.go

Calls

no outgoing calls

Tested by 5

TestBackoffLifecycleFunction · 0.52
TestCheckRetryClosesBodyFunction · 0.52
TestDoContextFunction · 0.52