mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Expose only KubeObjectStatus and KubeObjectStatusLevel
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
f8642c1618
commit
cd35078510
@ -4,11 +4,9 @@
|
||||
import * as Component from "./components"
|
||||
import * as K8sApi from "./k8s-api"
|
||||
import * as Navigation from "./navigation"
|
||||
import * as KubeObjectStatus from "./kube-object-status"
|
||||
|
||||
export {
|
||||
Component,
|
||||
K8sApi,
|
||||
Navigation,
|
||||
KubeObjectStatus
|
||||
}
|
||||
|
||||
@ -1 +0,0 @@
|
||||
export { KubeObjectStatus as Status, KubeObjectStatusLevel as Level } from "../registries/kube-object-status-registry"
|
||||
Loading…
Reference in New Issue
Block a user