You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

104
104
105
105
- Example plugin shows [How To set a Details View Header Action](https://github.com/kubernetes-sigs/headlamp/tree/main/plugins/examples/details-view)
106
-
- API reference for [registerDetailsViewHeaderAction](../api/plugin/registry/functions/registerdetailsviewheaderaction)
106
+
- API reference for [registerDetailsViewHeaderAction](../../api/plugin/registry/functions/registerdetailsviewheaderaction)
107
107
108
108
### Details View Section
109
109
110
-
Change sections in cluster resources' details views with [registerDetailsViewSectionsProcessor](../api/plugin/registry/functions/registerdetailsviewsectionsprocessor). This allows you to remove, add, update, or shuffle sections within details views, including the back link.
110
+
Change sections in cluster resources' details views with [registerDetailsViewSectionsProcessor](../../api/plugin/registry/functions/registerdetailsviewsectionsprocessor). This allows you to remove, add, update, or shuffle sections within details views, including the back link.
111
111
112
112
Or simply append a component at the bottom of different details views with
- Example plugin shows [How To Register a Route](https://github.com/kubernetes-sigs/headlamp/tree/main/plugins/examples/sidebar), and how to remove a route.
134
-
- API reference for [registerRoute](../api/plugin/registry/functions/registerroute)
135
-
- API reference for [registerRouteFilter](../api/plugin/registry/functions/registerroutefilter)
134
+
- API reference for [registerRoute](../../api/plugin/registry/functions/registerroute)
135
+
- API reference for [registerRouteFilter](../../api/plugin/registry/functions/registerroutefilter)
Remove sidebar items with [registerSidebarEntryFilter](../../api/plugin/registry/functions/registersidebarentryfilter).
142
142
143
143

144
144
145
145
- Example plugin shows [How To add items to the sidebar](https://github.com/kubernetes-sigs/headlamp/tree/main/plugins/examples/sidebar), and also how to remove sidebar items.
146
-
- API reference for [registerSidebarEntry](../api/plugin/registry/functions/registersidebarentry)
147
-
- API reference for [registerSidebarEntryFilter](../api/plugin/registry/functions/registersidebarentryfilter)
146
+
- API reference for [registerSidebarEntry](../../api/plugin/registry/functions/registersidebarentry)
147
+
- API reference for [registerSidebarEntryFilter](../../api/plugin/registry/functions/registersidebarentryfilter)
148
148
149
149
### Tables
150
150
151
-
Change what tables across Headlamp show with [registerResourceTableColumnsProcessor](../api/plugin/registry/functions/registersidebarentry). This allows you to remove, add, update, or shuffle table columns.
151
+
Change what tables across Headlamp show with [registerResourceTableColumnsProcessor](../../api/plugin/registry/functions/registersidebarentry). This allows you to remove, add, update, or shuffle table columns.
152
152
153
153

154
154
155
155
- Example plugin shows [How to add a context menu to each row in the pods list table](https://github.com/kubernetes-sigs/headlamp/tree/main/plugins/examples/tables).
156
-
- API reference for [registerResourceTableColumnsProcessor](../api/plugin/registry/functions/registerresourcetablecolumnsprocessor)
156
+
- API reference for [registerResourceTableColumnsProcessor](../../api/plugin/registry/functions/registerresourcetablecolumnsprocessor)
157
157
158
158
### Headlamp Events
159
159
160
160
Headlamp has the concept of "Headlamp events". Those are fired when something relevant happens in Headlamp.
161
161
162
-
React to Headlamp events with [registerHeadlampEventCallback](../api/plugin/registry/functions/registerheadlampeventcallback).
162
+
React to Headlamp events with [registerHeadlampEventCallback](../../api/plugin/registry/functions/registerheadlampeventcallback).
163
163
164
164

165
165
166
166
- Example plugin shows [How to show snackbars for Headlamp events](https://github.com/kubernetes-sigs/headlamp/tree/main/plugins/examples/headlamp-events).
167
-
- API reference for [registerHeadlampEventCallback](../api/plugin/registry/functions/registerheadlampeventcallback)
167
+
- API reference for [registerHeadlampEventCallback](../../api/plugin/registry/functions/registerheadlampeventcallback)
168
168
169
169
### Plugin Settings
170
170
171
-
The plugins can have user-configurable settings that can be used to change the behavior of the plugin. The plugin settings can be created using [registerPluginSettings](../api/plugin/registry/functions/registerpluginsettings).
171
+
The plugins can have user-configurable settings that can be used to change the behavior of the plugin. The plugin settings can be created using [registerPluginSettings](../../api/plugin/registry/functions/registerpluginsettings).
172
172
173
173
- Example plugin shows [How to create plugin settings and use them](https://github.com/kubernetes-sigs/headlamp/tree/main/plugins/examples/change-logo)
0 commit comments