Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
239
type
pluginB
struct
{}
240
241
func
(*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