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

Struct DryRunClient

pkg/image/dryrun_client.go:25–25  ·  view source on GitHub ↗

DryRunClient is an implementation of Client that logs the image operations that would be performed rather than performing them.

Source from the content-addressed store, hash-verified

23// DryRunClient is an implementation of Client that logs the image operations that would
24// be performed rather than performing them.
25type DryRunClient struct{}
26
27func (i DryRunClient) RunImage(image string, entryPoint string, env map[string]string, args ...string) ([]string, error) {
28 // Called from collectPluginsImages, retrieve e2e images

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected