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

Method Write

tools/remotecommand/v2_test.go:40–40  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

38type fakeWriter struct{}
39
40func (*fakeWriter) Write([]byte) (int, error) { return 0, nil }
41
42type fakeStreamCreator struct {
43 created map[string]bool

Callers 15

TestListFunction · 0.80
TestGetFunction · 0.80
TestCreateFunction · 0.80
TestUpdateFunction · 0.80
TestPatchFunction · 0.80
TestGetServerVersionFunction · 0.80
TestGetServerResourcesFunction · 0.80
openapiSchemaFakeServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected