Skip to content

Commit

Permalink
try with files in 2 projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Dec 6, 2024
1 parent 995c1bb commit d1a61fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s-test-runner/k8s_client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d1a61fa

Please sign in to comment.