vscode-kubernetes-api-resources README
Features
Show API Resources in Cluster Explorer view.

What is new
- Get Selected command
- Watch commands (👁 icon) - run in terminal
Commands
Icon |
Command |
Description |
|
Explain |
Explain resource type |
|
Describe All |
Describe all items of resource type |
|
Describe All(All Namespaces) |
Describe all items from all namespaces of resource type |
|
Describe Selected |
Describe selected items of resource type |
|
Get All |
Get all items of resource type |
|
Get All(All Namespaces) |
Get all items from all namespaces of resource type |
|
Get Selected |
Get selected items of resource type |
|
Load All |
Load all items of resource type |
|
Load All(All Namespaces) |
Load all items from all namespaces of resource type |
|
Load Selected |
Load selected items of resource type |
👁 |
Watch All |
Watch all items of resource type in a terminal |
👁 |
Watch All(All Namespaces) |
Watch all items from all namespaces of resource type in a terminal |
👁 |
Watch Selected |
Watch selected items of resource type in a terminal |
- Drill down using
kubectl explain .
Screenshots

For a more detailed view of API Resources install the following extension:
Kubernetes Commander
Drill down using kubectl explain .
Requirements
Microsoft Kubernetes VSCode extension
Extension Settings
N/A
Known Issues
None.
Release Notes
0.0.2
Initial release.
[0.0.3]
[0.0.6]
[0.0.7]
- Drill down using
kubectl explain
[0.0.10]
- Get Selected command
- Watch commands - run in terminal
1.0.1
1.0.2
- Remove intermidiate API Resources node
| |