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

Add WatchStreamExt::default_backoff shorthand #1232

Merged
merged 7 commits into from
Jun 30, 2023
Merged

Add WatchStreamExt::default_backoff shorthand #1232

merged 7 commits into from
Jun 30, 2023

Commits on Jun 28, 2023

  1. Allow configuring the watcher's default_backoff from WatchStreamExt

    To allow the same chaining style without having to import all the backoff dependencies directly.
    This allows me to write more concise recommendation documentation in kube-rs/website.
    
    Signed-off-by: clux <[email protected]>
    clux committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c38e800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59c1b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b6f1c7 View commit details
    Browse the repository at this point in the history
  4. clippy

    Signed-off-by: clux <[email protected]>
    clux committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    147308e View commit details
    Browse the repository at this point in the history
  5. fully encapsulate strategy with a private proxy

    Signed-off-by: clux <[email protected]>
    clux committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8d321a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b57e57d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    7bbf028 View commit details
    Browse the repository at this point in the history