mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
backward compat
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
fa4252e996
commit
4fbb610327
@ -56,6 +56,6 @@ export { ClusterRoleBinding, clusterRoleBindingApi } from "../../common/k8s-api/
|
|||||||
export { CustomResourceDefinition, crdApi } from "../../common/k8s-api/endpoints/crd.api";
|
export { CustomResourceDefinition, crdApi } from "../../common/k8s-api/endpoints/crd.api";
|
||||||
|
|
||||||
// types
|
// types
|
||||||
export type { ILocalKubeApiConfig, IRemoteKubeApiConfig } from "../../common/k8s-api/kube-api";
|
export type { ILocalKubeApiConfig, IRemoteKubeApiConfig, IKubeApiCluster } from "../../common/k8s-api/kube-api";
|
||||||
export type { IPodContainer, IPodContainerStatus } from "../../common/k8s-api/endpoints/pods.api";
|
export type { IPodContainer, IPodContainerStatus } from "../../common/k8s-api/endpoints/pods.api";
|
||||||
export type { ISecretRef } from "../../common/k8s-api/endpoints/secret.api";
|
export type { ISecretRef } from "../../common/k8s-api/endpoints/secret.api";
|
||||||
|
|||||||
@ -57,7 +57,7 @@ export { CustomResourceDefinition, crdApi } from "../../common/k8s-api/endpoints
|
|||||||
export { KubeObjectStatusLevel } from "./kube-object-status";
|
export { KubeObjectStatusLevel } from "./kube-object-status";
|
||||||
|
|
||||||
// types
|
// types
|
||||||
export type { ILocalKubeApiConfig, IRemoteKubeApiConfig } from "../../common/k8s-api/kube-api";
|
export type { ILocalKubeApiConfig, IRemoteKubeApiConfig, IKubeApiCluster } from "../../common/k8s-api/kube-api";
|
||||||
export type { IPodContainer, IPodContainerStatus } from "../../common/k8s-api/endpoints";
|
export type { IPodContainer, IPodContainerStatus } from "../../common/k8s-api/endpoints";
|
||||||
export type { ISecretRef } from "../../common/k8s-api/endpoints";
|
export type { ISecretRef } from "../../common/k8s-api/endpoints";
|
||||||
export type { KubeObjectStatus } from "./kube-object-status";
|
export type { KubeObjectStatus } from "./kube-object-status";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user