Skip to content

Commit 65b6971

Browse files
committed
fixup! frontend: Export functions for plugin Project overrides
Signed-off-by: Joaquim Rocha <[email protected]>
1 parent 25abf19 commit 65b6971

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugins/headlamp-plugin/src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ import Registry, {
3838
DetailsViewSectionProps,
3939
getHeadlampAPIHeaders,
4040
PluginManager,
41+
ProjectListProcessor,
42+
ProjectListProcessorFunction,
4143
registerAddClusterProvider,
4244
registerAppBarAction,
4345
registerAppLogo,
@@ -55,6 +57,7 @@ import Registry, {
5557
registerMapSource,
5658
registerPluginSettings,
5759
registerProjectDetailsTab,
60+
registerProjectListProcessor,
5861
registerProjectOverviewSection,
5962
registerResourceTableColumnsProcessor,
6063
registerRoute,
@@ -101,6 +104,7 @@ export {
101104
registerKindIcon,
102105
registerMapSource,
103106
PluginManager,
107+
registerProjectListProcessor,
104108
registerUIPanel,
105109
registerAppTheme,
106110
registerKubeObjectGlance,
@@ -115,4 +119,6 @@ export type {
115119
ClusterChooserProps,
116120
DetailsViewSectionProps,
117121
DefaultSidebars,
122+
ProjectListProcessor,
123+
ProjectListProcessorFunction,
118124
};

0 commit comments

Comments
 (0)