-
Notifications
You must be signed in to change notification settings - Fork 21
Description
-
Describe: support Service #833
Describe: support Deployment #832
"Open editor" is by far the most widely used feature. Pushing modifications isn't as popular though. This could indicate that users use editors to inspect resources. Kubectl users use "describe" for this sake. We should therefore add "describe" for the 2 resources that are most widely opened currently. -
Schema validation does not work with multi-resource documents #630
Technically speaking this seems not possible though. A new round of investigation and talks could possibly shed new light though. -
Editor: should show that the editor can be pushed in a non-intrusive way (alternative to notifications) #792
Some users were complaining that notifications were distracting and asked for a preference to turn these off. We may want to offer a less intrusive way to notify users of changes that were not pushed yet. -
Allow to search for resources on my cluster #847
When debugging ex. a deployment on a kubernetes/OpenShift cluster, one needs to inspect the deployment resource and the service as well as the pods that match its selector label. Being able to query those by label and then open them in an (multi-resource) editor would be a big help. -
Allow to edit multiple selected resources of my cluster in a single multi-resource document/editor #845
Selecting random resources in the resource tree and open them in an (multi-resource) editor would be a neat and simple enhancement. -
editor: assist with kubernetes resource annotations #848
It would be very handy if the editor could help the user to annotate a resource by presenting a list of known annotations.