-
Notifications
You must be signed in to change notification settings - Fork 1.6k
WIP ✨ Added Delete API and implemented a unified interface across all commands and plugin options #5352
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
base: master
Are you sure you want to change the base?
WIP ✨ Added Delete API and implemented a unified interface across all commands and plugin options #5352
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7b91689 to
0299493
Compare
f2fca86 to
ef8842f
Compare
ef8842f to
e5dc71c
Compare
571dc46 to
5c3fb7c
Compare
|
/hold cancel |
5c3fb7c to
d70c63c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 51 out of 52 changed files in this pull request and generated 10 comments.
d70c63c to
5545c1f
Compare
fe43e33 to
e69d8d6
Compare
a703406 to
70004af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 51 out of 52 changed files in this pull request and generated 5 comments.
70004af to
dd9ae3c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 54 out of 55 changed files in this pull request and generated 4 comments.
dd9ae3c to
7d19d37
Compare
7d19d37 to
e5b1ce5
Compare
Add delete functionality to remove APIs and webhooks from projects. Users can now clean up scaffolded resources. Generated-by: Cursor/Claude
e5b1ce5 to
65d1a67
Compare
|
@camilamacedo86: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Add comprehensive delete functionality to remove APIs and webhooks from projects. Users can now clean up scaffolded resources with automatic code removal, proper validation, and complete state restoration.
What's New
Users can now delete scaffolded APIs and webhooks from their projects:
Key Features
Automatic Code Removal
Delete commands automatically remove marker-inserted code from
cmd/main.goand test files:AddToSchemecallsGraceful Error Handling
If automatic removal fails:
Closes
#907