-
Notifications
You must be signed in to change notification settings - Fork 339
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
Add kumactl delete
command
#279
Comments
@yskopets I can work on this |
Thanks a lot for you interest in I've updated description to clarify the scope of the task. Feel free to ask any questions along the way (either here or on Slack). Good luck! |
Hi @pradeepmurugesan! How's progress on this PR going? Let us know if you need any help from our side. |
Hey @subnetmarco .. Thanks for checking. Working on the issue.. Will be a bit slow this week. Here is my work so far. Draft PR. https://github.com/Kong/kuma/pull/343 |
Implemented the support for delete command. The delete command takes the mesh name as a parameter. Check if the the given mesh name exists and then delete. * returns an error in case of no mesh with the given name. Fix kumahq#279
Implemented the support for delete command. The delete command takes the mesh name as a parameter. Check if the the given mesh name exists and then delete. * returns an error in case of no mesh with the given name. Fix kumahq#279
Implemented the support for delete command. The delete command takes the mesh name as a parameter. Check if the the given mesh name exists and then delete. * returns an error in case of no mesh with the given name. Fix kumahq#279
Implemented the support for delete command. The delete command takes the mesh name as a parameter. Check if the the given mesh name exists and then delete. * returns an error in case of no mesh with the given name. Fix kumahq#279
Implemented the support for delete command. The delete command takes the mesh name as a parameter. Check if the the given mesh name exists and then delete. * returns an error in case of no mesh with the given name. Fix kumahq#279
Implemented the support for delete command. The delete command takes the mesh name as a parameter. Check if the the given mesh name exists and then delete. * returns an error in case of no mesh with the given name. Fix kumahq#279
…all resource types Right now the design is to handle the resource types via subcommands. Refactored so that the delete command accepts a resourceType arg. Based on the passed resource type arg the corresponding resource will be deleted. * returns an error in case of no mesh with the given name. Fix kumahq#279
…all resource types Right now the design is to handle the resource types via subcommands. Refactored so that the delete command accepts a resourceType arg. Based on the passed resource type arg the corresponding resource will be deleted. * returns an error in case of no mesh with the given name. Fix kumahq#279
Implemented the support for deleting dataplane. Check if the the given dataplane exists and thdataplane. * returns an error in case of no dataplane with the given name. Fix kumahq#279
Implemented the support for deleting proxytemplate. Check if the the given proxytemplate exists and then delete. * returns an error in case of no proxytemplate with the given name. Fix kumahq#279
Implemented the support for deleting traffic-log. Check if the the given traffic-log exists and then delete. * returns an error in case of no traffic-log with the given name. Fix kumahq#279
Implemented the support for deleting trafficpermission. Check if the the given trafficpermission exists and then delete. * returns an error in case of no trafficpermission with the given name. Fix kumahq#279
Implemented the support for delete command. The delete command takes the mesh name as a parameter. Check if the the given mesh name exists and then delete. * returns an error in case of no mesh with the given name. Fix kumahq#279
…all resource types Right now the design is to handle the resource types via subcommands. Refactored so that the delete command accepts a resourceType arg. Based on the passed resource type arg the corresponding resource will be deleted. * returns an error in case of no mesh with the given name. Fix kumahq#279
Implemented the support for deleting dataplane. Check if the the given dataplane exists and thdataplane. * returns an error in case of no dataplane with the given name. Fix kumahq#279
Implemented the support for deleting proxytemplate. Check if the the given proxytemplate exists and then delete. * returns an error in case of no proxytemplate with the given name. Fix kumahq#279
Implemented the support for deleting traffic-log. Check if the the given traffic-log exists and then delete. * returns an error in case of no traffic-log with the given name. Fix kumahq#279
Implemented the support for deleting trafficpermission. Check if the the given trafficpermission exists and then delete. * returns an error in case of no trafficpermission with the given name. Fix kumahq#279
@pradeepmurugesan Thanks a lot for your contribution! |
Summary
kumactl delete
commanduniversal
mode (requires no extra development since Kuma API runs in read-only mode onk8s
)The text was updated successfully, but these errors were encountered: