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

Commits on Sep 23, 2024

  1. fic(deps): replace finite retry.Do with k8s.io/client-go's retry.OnError

    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]>
    soltysh committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6bd3ec1 View commit details
    Browse the repository at this point in the history
  2. fix(deps): replace infinite retry.Do with k8s.io/apimachinery wait.Po…

    …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]>
    soltysh committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c552393 View commit details
    Browse the repository at this point in the history
  3. chore(deps): drop github.com/avast/retry-go/v4 library

    Signed-off-by: Maciej Szulik <[email protected]>
    soltysh committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e9a0ba6 View commit details
    Browse the repository at this point in the history