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

Method Close

test/e2e/lib/ssh/lib.go:273–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

StopMethod · 0.65
watchLoopMethod · 0.65
TestWatchFunction · 0.65
watchLoopMethod · 0.65
watchLoopMethod · 0.65
testCollectAuxFunction · 0.65
GetOSVersionFunction · 0.65
ReadFileIntoLinesFunction · 0.65
runTestSSHServerFunction · 0.65
TestSSHTunnelFunction · 0.65
TestTimeoutDialerFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 5

TestWatchFunction · 0.52
testCollectAuxFunction · 0.52
runTestSSHServerFunction · 0.52
TestSSHTunnelFunction · 0.52
TestTimeoutDialerFunction · 0.52