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

Struct pluginA

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

Source from the content-addressed store, hash-verified

211}
212
213type pluginA struct{}
214
215func (*pluginA) WrapTransport(rt http.RoundTripper) http.RoundTripper {
216 return &wrapTransportA{rt}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected