MCPcopy Index your code
hub / github.com/alebcay/openlens-node-pod-menu

github.com/alebcay/openlens-node-pod-menu @v0.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.2 ↗ · + Follow
26 symbols 52 edges 10 files 0 documented · 0% updated 2y agov0.1.2 · 2023-07-13★ 89912 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

OpenLens Node/Pod Menu Extension

This OpenLens extension adds back the node and pod menu functionality that was removed from OpenLens itself in 6.3.0.

Installing this extension

In OpenLens, navigate to the Extensions list. In the text box, enter the name of this plugin:

@alebcay/openlens-node-pod-menu

Click "Install", and after a few moments, the plugin should appear in the list of installed extensions and be enabled.

How to build this extension locally

From the root of this repository:

# Choose the same version of Node that is used in the Electron version
# that OpenLens uses. It might work with other (newer) versions of
# Node but I haven't tested it.
nvm install 16.14.2

npm ci
npm run build
npm pack

The tarball for the extension will be placed in the current directory. In OpenLens, navigate to the Extensions list and provide the path to the tarball to be loaded, or drag and drop the extension tarball into the OpenLens window. After loading for a moment, the extension should appear in the list of enabled extensions.

License

Like the OpenLens repository itself at the point from which this extension is based upon, the content of this repository is released under the MIT license. See the file LICENSE for details.

Core symbols most depended-on inside this repo

Shape

Function 12
Class 8
Method 6

Languages

TypeScript100%

Modules by API surface

tools/generate_test_matrix.js6 symbols
src/node-menu.tsx6 symbols
src/shell-menu.tsx4 symbols
src/logs-menu.tsx4 symbols
src/attach-menu.tsx4 symbols
renderer.tsx2 symbols

For agents

$ claude mcp add openlens-node-pod-menu \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page