mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add Common.K8sApi.KubeObject
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
parent
385de469ad
commit
325a737799
@ -27,6 +27,9 @@ import * as Util from "./utils";
|
||||
import * as Catalog from "./catalog";
|
||||
import * as Types from "./types";
|
||||
import logger from "../../common/logger";
|
||||
import { KubeObject } from "../../common/k8s-api/kube-object";
|
||||
|
||||
const K8sApi = { KubeObject };
|
||||
|
||||
export {
|
||||
App,
|
||||
@ -35,5 +38,6 @@ export {
|
||||
Store,
|
||||
Types,
|
||||
Util,
|
||||
K8sApi,
|
||||
logger,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user