diff --git a/k8s-test-runner/k8s_client/client.go b/k8s-test-runner/k8s_client/client.go index c8c6e2ed8..a0b28e369 100644 --- a/k8s-test-runner/k8s_client/client.go +++ b/k8s-test-runner/k8s_client/client.go @@ -85,6 +85,10 @@ func retryK8sCall(operation k8sOperation, retryPolicy wait.Backoff) error { return nil } +func IDoNothing() { + //I really do nothing +} + func (m *Client) ListPods(ctx context.Context, namespace, syncLabel string) (*v1.PodList, error) { var pods *v1.PodList timeout := int64(30)