MCPcopy
hub / github.com/kubernetes/test-infra / Close

Method Close

kubetest/dump.go:264–266  ·  view source on GitHub ↗

logDumperNode cleans up any state in the logDumperNode

()

Source from the content-addressed store, hash-verified

262
263// logDumperNode cleans up any state in the logDumperNode
264func (n *logDumperNode) Close() error {
265 return n.client.Close()
266}
267
268// dump captures the well-known set of logs
269func (n *logDumperNode) dump(ctx context.Context) []error {

Callers 15

ReadHTTPFunction · 0.45
reloadMethod · 0.45
TestReloadingOwnerListFunction · 0.45
runFunction · 0.45
runFunction · 0.45
getTagsMethod · 0.45
FetchGoVersionFunction · 0.45
TestFetchGoVersionFunction · 0.45
writeSuccessMarkerFileFunction · 0.45
dumpNetworkDebugInfoFunction · 0.45

Calls

no outgoing calls

Tested by 6

TestReloadingOwnerListFunction · 0.36
TestFetchGoVersionFunction · 0.36
createTempFileFunction · 0.36
TestHttpFileSchemeFunction · 0.36