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

Method Encode

rest/config_test.go:185–187  ·  rest/config_test.go::fakeCodec.Encode
(obj runtime.Object, stream io.Writer)

Source from the content-addressed store, hash-verified

183}
184
185func (c *fakeCodec) Encode(obj runtime.Object, stream io.Writer) error {
186 return nil
187}
188
189type fakeRoundTripper struct{}
190

Callers 15

WriteFunction · 0.45
UpdateMethod · 0.45
TestTLSCredentialsFunction · 0.45
refreshCredsLockedMethod · 0.45
TestDoRequestFailedFunction · 0.45
TestDoRawRequestFailedFunction · 0.45
testServerEnvFunction · 0.45
BodyMethod · 0.45
URLMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected