Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Plugins

Quickstart for running an example plugin

To see "Pods: x" in the header of Headlamp run this example plugin:

cd plugins/examples/pod-counter
npm install
npm start

Plugin documentation

See the Headlamp plugins documentation on the web or in this repo at ../docs/development/plugins/.

There you will see detailed API documentation, examples, and guides on how to develop plugins.

The example plugins

Folder Description
examples/ Examples folder.
examples/app-menus Add app window menus.
examples/change-logo Change the logo.
examples/cluster-chooser Override default chooser button.
examples/details-view Custom sections and actions for detail views.
examples/dynamic-clusters Update cluster configuration dynamically.
examples/pod-counter Display number of Pods in title bar.
examples/sidebar Change the side bar menu.
examples/tables Override the tables in list views.
headlamp-plugin headlamp-plugin script which plugins use.
headlamp-plugin/template Template for new Headlamp plugins.