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

Struct pluginB

rest/plugin_test.go:239–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239type pluginB struct{}
240
241func (*pluginB) WrapTransport(rt http.RoundTripper) http.RoundTripper {
242 return &wrapTransportB{rt}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected