-
Notifications
You must be signed in to change notification settings - Fork 21
As a user I'd like to be able to navigate from selector labels/expressions to matching labels #642
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
Comments
An idea would be to have Ctrl + click scroll to the portion in the editor that is matching. Lookup on the cluster could also be provided. Jetbrains kubernetes plugin has no such support afaik. |
In a 2nd step, we could look up matching resources on the cluster |
We can offer a 2nd label that reports references to pods running on the cluster |
Jetbrains kubernetes plugin provides similar functionality using icons in the gutter. ![]() If you click the gutter icon you'll get scrolled to the occurrence ![]() I discussed this with @angelozerr and we both agreed that a hint is better because it is matching the usual behaviour for references better. And then, gutter icons can come handy if you have multiple actions (ex. a run gutter icon where you can have mutliple entries for running, debugging, coverage run, etc.). For the references there's only 1 action: list the matching resources or click right to it if there's only 1. |
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
…edhat-developer#642) Signed-off-by: Andre Dietisheim <[email protected]>
…edhat-developer#642) Signed-off-by: Andre Dietisheim <[email protected]>
…edhat-developer#642) Signed-off-by: Andre Dietisheim <[email protected]>
…edhat-developer#642) Signed-off-by: Andre Dietisheim <[email protected]>
…n dialog (redhat-developer#642) Signed-off-by: Andre Dietisheim <[email protected]>
…n dialog (redhat-developer#642) Signed-off-by: Andre Dietisheim <[email protected]>
…n dialog (#642) Signed-off-by: Andre Dietisheim <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
When editing k8 resources, it is cumbersome to make sure that your selector label/expression is really matching existing labels on templates/pods. Furthermore as a user I'd like to have an easy way to jump from the referee to the referencing component and vice-versa.
The jetbrains plugin displays clickable markers to labels (on the left ruler) but it doesnt work for me/I'm unsure how this works).
I'd like to implement those as clickable
InlayHint
.ex. in the following multi-resource file that was generated by quarkus, there's a service that's referencing a pod (
Service
->Deployment
,Ingress
->Service
)The text was updated successfully, but these errors were encountered: