ConditionFuncWithProgress is like wait.ConditionFunc but the extra string allows us to capture status information.
func() (string, bool, error)
| 42 | // ConditionFuncWithProgress is like wait.ConditionFunc but the extra string allows us |
| 43 | // to capture status information. |
| 44 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected