MCPcopy
hub / github.com/vmware-tanzu/sonobuoy / Error

Method Error

pkg/client/retrieve.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func (d *DeletionError) Error() string {
45 return errors.Wrapf(d.err, "failed to delete file %q", d.filename).Error()
46}
47
48// RetrieveResults copies results from a sonobuoy run into a Reader in tar format.
49// It also returns a channel of errors, where any errors encountered when writing results

Callers 15

TestConfigValidationFunction · 0.45
TestStatusInvalidConfigFunction · 0.45
TestDeleteInvalidConfigFunction · 0.45
TestPodsForLogsFunction · 0.45
TestRunInvalidConfigFunction · 0.45
TestDirExistsFunction · 0.45
manualProcessFileFunction · 0.45
JunitProcessFileFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestConfigValidationFunction · 0.36
TestStatusInvalidConfigFunction · 0.36
TestDeleteInvalidConfigFunction · 0.36
TestPodsForLogsFunction · 0.36
TestRunInvalidConfigFunction · 0.36
TestDirExistsFunction · 0.36
TestItem_WalkFunction · 0.36
TestManualProcessFileFunction · 0.36