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

Method CreateStream

tools/remotecommand/remotecommand.go:54–54  ·  view source on GitHub ↗
(headers http.Header)

Source from the content-addressed store, hash-verified

52
53type streamCreator interface {
54 CreateStream(headers http.Header) (httpstream.Stream, error)
55}
56
57type streamProtocolHandler interface {

Callers 4

handleConnectionMethod · 0.65
createStreamsMethod · 0.65
createStreamsMethod · 0.65
streamMethod · 0.65

Implementers 3

fakeConnectiontools/portforward/portforward_test.go
fakeStreamCreatortools/remotecommand/v2_test.go
fakeUpgradeConnectionrest/request_test.go

Calls

no outgoing calls

Tested by

no test coverage detected