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

fix: only delete selected pods #3378

Merged
merged 2 commits into from Aug 10, 2023
Merged

fix: only delete selected pods #3378

merged 2 commits into from Aug 10, 2023

Commits on Aug 10, 2023

  1. fix: only delete selected pods

    PR #2979 caused an unfortunate regression - it is missing the filter to only delete
    *selected* pods.
    
    Fixes #3374.
    
    Signed-off-by: Tim deBoer <git@tdeboer.ca>
    deboer-tim committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    beb7273 View commit details
    Browse the repository at this point in the history
  2. test: delete only container or pod

    Adds two tests:
    - deleting a standalone container without deleting pods
    - deleting a pod without deleting a standalone container
    
    Signed-off-by: Tim deBoer <git@tdeboer.ca>
    deboer-tim committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fce76ca View commit details
    Browse the repository at this point in the history