1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Expose kubeObjectStatusRegistry and KubeObjectStatusRegistration to extensions

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-11-05 14:03:51 +02:00
parent cd35078510
commit d833587bbb

View File

@ -7,4 +7,4 @@ export * from "./status-bar-registry"
export * from "./kube-object-detail-registry";
export * from "./kube-object-menu-registry";
export * from "./cluster-feature-registry"
export * from "./kube-object-status-registry"
export { kubeObjectStatusRegistry, KubeObjectStatusRegistration } from "./kube-object-status-registry"