unxsist / jet-pilot

JET Pilot is an open-source Kubernetes desktop client that focuses on less clutter, speed and good looks.
https://jet-pilot.app
MIT License
369 stars 13 forks source link

Feature request: multiple selector for resources #39

Open cirilloblu opened 2 weeks ago

cirilloblu commented 2 weeks ago

Hi to all!

An useful feature, for me that try to migrate away from openlens (a real abandonware), is the capacity to multiple select different resource like pod and activate actions. Is good for a mass delete, a mass edit, mass logs or a mass shell for the pods.

But also for other resource, like mass edit on a list of deployment.

It's difficult to implement with the actual grid?

unxsist commented 2 weeks ago

I understand the mass actions with multi-select. That's definitely something I can look into!

In terms of mass editing, how do you exactly see that when mass editing multiple deployments for example? Like specific properties on the spec?

cirilloblu commented 2 weeks ago

In case of mass editing I think there will be a new editor tab for every selected object: for me, maintain separated the edit action.

I would to see the YAML of every single deployment in a tab of the bottom editor windows.

In this way is simple, because use the api of the IDE. But it's a powerful function for mass change!