intellij-kubernetes
intellij-kubernetes copied to clipboard
Allow to search for resources on my cluster
Currently one can only edit resources (or open in an editor) that are show in the resource tree. It would be nice to be able to search for resources by criteria and then edit those in a (multi-resource) editor.
Kubectl allows queries using field selectors.
Lens IDE only allows to find resources by name. Jetbrains Kubernetes plugin doesn't seem to have this ability at all.