mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Expose forRemoteCluster in the extension API. (#3786)
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
936927af98
commit
9d9f9c0072
@ -22,7 +22,7 @@
|
|||||||
export { isAllowedResource } from "../../common/utils/allowed-resource";
|
export { isAllowedResource } from "../../common/utils/allowed-resource";
|
||||||
export { ResourceStack } from "../../common/k8s/resource-stack";
|
export { ResourceStack } from "../../common/k8s/resource-stack";
|
||||||
export { apiManager } from "../../common/k8s-api/api-manager";
|
export { apiManager } from "../../common/k8s-api/api-manager";
|
||||||
export { KubeApi, forCluster } from "../../common/k8s-api/kube-api";
|
export { KubeApi, forCluster, forRemoteCluster } from "../../common/k8s-api/kube-api";
|
||||||
export { KubeObject } from "../../common/k8s-api/kube-object";
|
export { KubeObject } from "../../common/k8s-api/kube-object";
|
||||||
export { KubeObjectStore } from "../../common/k8s-api/kube-object.store";
|
export { KubeObjectStore } from "../../common/k8s-api/kube-object.store";
|
||||||
export { Pod, podsApi, PodsApi } from "../../common/k8s-api/endpoints/pods.api";
|
export { Pod, podsApi, PodsApi } from "../../common/k8s-api/endpoints/pods.api";
|
||||||
|
|||||||
@ -23,7 +23,7 @@ export { isAllowedResource } from "../../common/utils/allowed-resource";
|
|||||||
export { ResourceStack } from "../../common/k8s/resource-stack";
|
export { ResourceStack } from "../../common/k8s/resource-stack";
|
||||||
export { apiManager } from "../../common/k8s-api/api-manager";
|
export { apiManager } from "../../common/k8s-api/api-manager";
|
||||||
export { KubeObjectStore } from "../../common/k8s-api/kube-object.store";
|
export { KubeObjectStore } from "../../common/k8s-api/kube-object.store";
|
||||||
export { KubeApi, forCluster } from "../../common/k8s-api/kube-api";
|
export { KubeApi, forCluster, forRemoteCluster } from "../../common/k8s-api/kube-api";
|
||||||
export { KubeObject } from "../../common/k8s-api/kube-object";
|
export { KubeObject } from "../../common/k8s-api/kube-object";
|
||||||
export { Pod, podsApi, PodsApi } from "../../common/k8s-api/endpoints";
|
export { Pod, podsApi, PodsApi } from "../../common/k8s-api/endpoints";
|
||||||
export { Node, nodesApi, NodesApi } from "../../common/k8s-api/endpoints";
|
export { Node, nodesApi, NodesApi } from "../../common/k8s-api/endpoints";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user