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

FuncType ConditionFuncWithProgress

pkg/client/delete.go:44–44  ·  view source on GitHub ↗

ConditionFuncWithProgress is like wait.ConditionFunc but the extra string allows us to capture status information.

func() (string, bool, error)

Source from the content-addressed store, hash-verified

42// ConditionFuncWithProgress is like wait.ConditionFunc but the extra string allows us
43// to capture status information.
44type ConditionFuncWithProgress func() (string, bool, error)
45
46// Delete removes all the resources that Sonobuoy had created including
47// its own namespace, cluster roles/bindings, and optionally e2e scoped

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected