@kinvolk/headlamp-plugin
Version:
The needed infrastructure for building Headlamp plugins.
22 lines (15 loc) • 551 B
Markdown
# Customizing Map Example
This plugin demonstrates how to customize Headlamp's resource map view:
- Adding custom nodes
- Using custom icons
- Creating custom detail views
- Using custom data
```bash
cd plugins/examples/customizing-map
npm install
npm start
```
The main code for the example plugin is in [src/index.tsx](src/index.tsx).
The code for the plugin settings is in [src/settings.tsx](src/settings.tsx).
See the documentation:
- [Extending the Map](https://headlamp.dev/docs/latest/development/plugins/functionality/extending-the-map)