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

Method RoundTrip

transport/round_trippers_test.go:33–36  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

31}
32
33func (rt *testRoundTripper) RoundTrip(req *http.Request) (*http.Response, error) {
34 rt.Request = req
35 return rt.Response, rt.Err
36}
37
38func TestBearerAuthRoundTripper(t *testing.T) {
39 rt := &testRoundTripper{}

Callers 5

Calls

no outgoing calls

Tested by

no test coverage detected