Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace github.com/avast/retry-go/v4 library with k8s counterparts #3019

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

soltysh
Copy link
Contributor

@soltysh soltysh commented Sep 23, 2024

Description

Trying to limit the potential dependencies. We already rely on k8s.io/client-go and k8s.io/apimachinery which have retry.OnError or wait.PollUntil* methods which can achieve identical results.

Related Issue

NONE

Checklist before merging

@soltysh soltysh requested review from a team as code owners September 23, 2024 09:11
Copy link

netlify bot commented Sep 23, 2024

Deploy Preview for zarf-docs canceled.

Name Link
🔨 Latest commit e9a0ba6
🔍 Latest deploy log https://app.netlify.com/sites/zarf-docs/deploys/66f159cf0e92d70008d43719

@soltysh soltysh force-pushed the k8s_retry branch 3 times, most recently from 0751dfe to 5aebe86 Compare September 23, 2024 09:49
Trying to limit the potential dependencies. We already rely on
k8s.io/client-go which retry logic has very similar interfac.

Signed-off-by: Maciej Szulik <[email protected]>
…llUntil*

Trying to limit the potential dependencies. We already rely on
k8s/apimachinery which has very similar wait.PollUntil* functionality.

Signed-off-by: Maciej Szulik <[email protected]>
Copy link

codecov bot commented Sep 23, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants