Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
type
streamCreator
interface
{
54
CreateStream(headers http.Header) (httpstream.Stream, error)
55
}
56
57
type
streamProtocolHandler
interface
{
Callers
4
handleConnection
Method · 0.65
createStreams
Method · 0.65
createStreams
Method · 0.65
stream
Method · 0.65
Implementers
3
fakeConnection
tools/portforward/portforward_test.go
fakeStreamCreator
tools/remotecommand/v2_test.go
fakeUpgradeConnection
rest/request_test.go
Calls
no outgoing calls
Tested by
no test coverage detected