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

feat: volume deletion #5707

Merged
merged 1 commit into from Jan 26, 2024
Merged

feat: volume deletion #5707

merged 1 commit into from Jan 26, 2024

Commits on Jan 26, 2024

  1. feat: volume deletion

    Adds the 'DELETING' state to volumes so that a spinner appears while they
    are being deleted. Follows the identical pattern to pods, deployments, etc:
    - Add new status.
    - Set the status when deleting and fire an event.
    - Propogate event through ColumnActions.
    - List/Details trigger UI change.
    
    Adds missing volume action test.
    
    Signed-off-by: Tim deBoer <git@tdeboer.ca>
    deboer-tim committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d45d1ee View commit details
    Browse the repository at this point in the history