MCPcopy
hub / github.com/kubernetes/node-problem-detector / Dial

Method Dial

test/e2e/lib/ssh/lib.go:274–274  ·  view source on GitHub ↗
(ctx context.Context, network, address string)

Source from the content-addressed store, hash-verified

272 Open() error
273 Close() error
274 Dial(ctx context.Context, network, address string) (net.Conn, error)
275}
276
277type sshTunnelEntry struct {

Callers 6

TestSSHTunnelFunction · 0.65
OpenMethod · 0.65
DialMethod · 0.65
DialMethod · 0.65
runSSHCommandFunction · 0.65
DialMethod · 0.65

Implementers 2

fakeTunneltest/e2e/lib/ssh/lib_test.go
sshTunneltest/e2e/lib/ssh/lib.go

Calls

no outgoing calls

Tested by 1

TestSSHTunnelFunction · 0.52