Skip to content
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

Related resources #2917

Open
carolosf opened this issue Oct 15, 2024 · 0 comments
Open

Related resources #2917

carolosf opened this issue Oct 15, 2024 · 0 comments

Comments

@carolosf
Copy link

carolosf commented Oct 15, 2024




**Is your feature request related to a problem? Please describe.**

When I navigate to a resource like a deployment. That resource may reference other resources such as ConfigMaps, Secrets, PVCs etc.

It would be great if we could hit a shortcut (similar to shift+j which jumps to owner) that lists all the related resources (type and name) and then you could easily navigate to them.

Describe the solution you'd like
When looking at a pod called my-app, hitting shift+r would show you a view with Name, Kind (similar to the CRD view) under a heading of related resources.
The rows would include entries like
my-config, ConfigMap
my-secret, Secret
my-pvc, PersistentVolumeClaim
my-service, Service (this might be hard to link up)

You would be able to go through the list and press enter to navigate to one of the resources.

Describe alternatives you've considered
Might be useful to see resources with a similar name also in the above list.
e.g. the service with the name my-app.

thank you for making a great tool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant