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

Partial Implementation of project delete --force #850

Closed
wants to merge 7 commits into from

Conversation

trannlong
Copy link
Contributor

Added support, but not implemented, project delete --force, similar to how it's handled in clusterNodeDelete.
Added force flag, updated api_project.go, updated interface, added confirmation message when force deleting.

Getting an error where the server is unable to find the project to delete. Not sure if the server API needs to be updated
to handle the force flag.

This should hopefully make it so anyone else can pull from this pull request and implement the force deletion in api_project.go

trannlong and others added 7 commits May 6, 2024 08:53
…ind project when the interface is changed to include the force flag.
Implemented force flags, warning msg, and updated
the api and interfaces.
Server is unable to find project when the interface is changed to include the force flag.
Maybe need to update the server api?

All would be left would be to forcefully delete the
project and all objects in the UsedBy field.
@trannlong trannlong requested a review from stgraber as a code owner May 6, 2024 23:50
@github-actions github-actions bot added Documentation Documentation needs updating API Changes to the REST API labels May 6, 2024
@stgraber
Copy link
Member

Going to take this one and the early work in #536 to come up with something we can merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Changes to the REST API Documentation Documentation needs updating
Development

Successfully merging this pull request may close these issues.

2 participants