headlamp
headlamp copied to clipboard
headlamp-plugin: Fix exports registerKubeObjectGlance ConfigStore
registerKubeObjectGlance, ConfigStore, and registerUIPanel can be imported in plugins again.
import { registerUIPanel, ConfigStore, registerKubeObjectGlance } from '@kinvolk/headlamp-plugin/lib';
console.log(registerUIPanel, ConfigStore, registerKubeObjectGlance);
fixes #3426
Related:
- https://github.com/kubernetes-sigs/headlamp/issues/3426
- https://github.com/kubernetes-sigs/headlamp/issues/3427