[FR] Add Object Browser to Kubernetes Cluster Explorer
Within Google Cloud's console, there's a really handy feature called "Object Browser" - which lets you see every resource definition within one or more clusters.

It's very useful for anyone who works outside of the standard set of Kubernetes Resources.
I think it would be super handy to have an element under "namespace" called "Object Browser" that did the same thing:

Each item could be described (like we have for every other resource listed).
I think it would give visibility into a variety of workloads without having to implement custom tooling for each and every one.
@markmandel thanks for the report. We'll be looking into this.
@markmandel just to clarify, why do you want this to be available in the IDE specifically - to view YAMLs, analyze your overall workloads and compare configurations, or less context switching in general?
Less context switching for sure. I can do a lot of this through kubectl, but that is true for all the things I can see in the IDE.
Then I have a single space to do all my debugging and visualisation for what is happening in the cluster. Right now I tend to live in kubectl land, because so much of my current work is based on CRDs that are outside what is built into Kubernetes out of the gate.