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

Ensure watch_object handles objects removed before init #1577

Merged
merged 2 commits into from
Sep 13, 2024

Commits on Sep 12, 2024

  1. Stream produced by watch_object will include an item when the objec…

    …t isn't in any initial list
    
    fixes kube-rs#1576
    
    Signed-off-by: Mark Ingram <mark@lincs.dev>
    markdingram committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4cb7e31 View commit details
    Browse the repository at this point in the history
  2. Stream produced by watch_object will include an item when the objec…

    …t isn't in any initial list
    
    - added a comment
    - resolved a nightly clippy
    - use a match guard instead of an nested if
    
    Signed-off-by: Mark Ingram <mark@lincs.dev>
    markdingram committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b49ab8c View commit details
    Browse the repository at this point in the history