-
Notifications
You must be signed in to change notification settings - Fork 391
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
feature: Add a "kubectl kcp workspace delete" command #2924
Comments
We used to have one, because it required extra logic beyond what I do, however, understand the lack of symmetry between |
A possible alternative to explore is looking into a custom |
Background: in the past kubectl did not call out on |
FYI, this is still not possible according to documentation. |
Ohhh so upstream documentation is outdated. Interesting, thank you for checking. |
Feature Description
Even though one can delete a workspace with
kubectl delete workspace myworkspace
, I believe there should be also akubectl kcp workspace delete myworkspace
command since there is already acreate
command.Proposed Solution
I already have the code implementing it, just need to create formal unit tests now.
In case this issue is approved, I could immediately create a WIP PR with the implementation while I work on the unit tests.
Alternative Solutions
No response
Want to contribute?
Additional Context
No response
The text was updated successfully, but these errors were encountered: