Add delete option to the pod table
Closed this issue · 4 comments
Is your feature request related to a problem? Please describe.
In the Cyclops UI, workload resources (Deployments, StatefulSets and DaemonSets) show a list of pods they are managing called pod table.
The scope of the task is to add a button to delete each one of the pods in the pod table. The button should be on the right side of the table row, for each pod. When the button is clicked, there should be a confirm modal to make sure pods are not deleted by accident. When a pod deletion is confirmed, you can call the delete endpoint on the Cyclops API. The resource deletion endpoint is also used here, so you can check how to initiate a similar request.
@petar-cvit can I work on this issue?
@petar-cvit caught up with some work, sorry unassigning myself.
@petar-cvit can you assign me this issue ? Also can you provide a more description about the pod table as the link you provided is showing Page Not Found
Hey, sorry but we refactored the UI part for pods and opened a new issue for it. Sorry for the confusion