-
Notifications
You must be signed in to change notification settings - Fork 20
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
provide "describe" like in vscode #553
Comments
"Find" (Ctrl+F) is already helpful to pinpoint informations that one is looking for. Maybe a tree based display of the sections (Metadata, Containers, Conditions, Volumes, etc.) could help even more. A shortcut could be to print the informations as yaml since the yaml editor provides breadcrumb navigation and folding. @cloorc: thoughts? |
And further more, I will try to integrate helm command line tools too. That will enrich features as vscode plugin, which has been added with at least 5 more features from the ms official one. |
I'm gonna to try from shortcut to experience this feature thanks. |
@cloorc we added basic HELM support in our intellij-openshift-connector plugin: https://youtu.be/lvILs3fYJ2g |
Wonderful plugin, thanks for your excellent work. I'm going to try this. |
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]>
Sorry, I can't even build it from vscode online in codespace. It said |
It seems like |
@cloorc that's odd, can't explain why this would happen. A question for the folks that develop the java plugin for vscode. On the other hand, this being an intellij-plugin, it's advisable to build and run in intellij even though it should be possible to build & run in vscode I guess (gradle managing all the requirements) |
There are limitations that were not implemented yet (ex. the list of events that kubectl is printing in the end of the output): |
That's make sense.My network is poor and GitHub just provides a codespace that can be used to develop any project online. So I tried it and found this issue. I Guess there's something wrong with Gradle Intellij Plugin working with VSCode. It mostly not a issue related to this project. |
taken from #548 (comment)
CC @cloorc
"Describe" is provided in the context menu of resource tree items in vscode.
It prints detailed informations about a k8s resources.
The text was updated successfully, but these errors were encountered: