Skip to content

Commit d1a61fa

Browse files
committed
try with files in 2 projects
1 parent 995c1bb commit d1a61fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

k8s-test-runner/k8s_client/client.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ func retryK8sCall(operation k8sOperation, retryPolicy wait.Backoff) error {
8585
return nil
8686
}
8787

88+
func IDoNothing() {
89+
//I really do nothing
90+
}
91+
8892
func (m *Client) ListPods(ctx context.Context, namespace, syncLabel string) (*v1.PodList, error) {
8993
var pods *v1.PodList
9094
timeout := int64(30)

0 commit comments

Comments
 (0)