mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix kubeconfig-sync tests
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
aec299feb4
commit
46db3a6b7a
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
import { requestChannelListenerInjectionToken } from "../../../../common/utils/channel/request-channel-listener-injection-token";
|
import { requestChannelListenerInjectionToken } from "../../../../common/utils/channel/request-channel-listener-injection-token";
|
||||||
import clustersThatAreBeingDeletedInjectable from "../../../../main/clusters-that-are-being-deleted.injectable";
|
import clustersThatAreBeingDeletedInjectable from "../../../../main/cluster/are-being-deleted.injectable";
|
||||||
import clearClusterAsDeletingChannelInjectable from "../common/clear-as-deleting-channel.injectable";
|
import clearClusterAsDeletingChannelInjectable from "../common/clear-as-deleting-channel.injectable";
|
||||||
|
|
||||||
const clearClusterAsDeletingChannelHandlerInjectable = getInjectable({
|
const clearClusterAsDeletingChannelHandlerInjectable = getInjectable({
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
import { requestChannelListenerInjectionToken } from "../../../../common/utils/channel/request-channel-listener-injection-token";
|
import { requestChannelListenerInjectionToken } from "../../../../common/utils/channel/request-channel-listener-injection-token";
|
||||||
import clustersThatAreBeingDeletedInjectable from "../../../../main/clusters-that-are-being-deleted.injectable";
|
import clustersThatAreBeingDeletedInjectable from "../../../../main/cluster/are-being-deleted.injectable";
|
||||||
import setClusterAsDeletingChannelInjectable from "../common/set-as-deleting-channel.injectable";
|
import setClusterAsDeletingChannelInjectable from "../common/set-as-deleting-channel.injectable";
|
||||||
|
|
||||||
const setClusterAsDeletingChannelHandlerInjectable = getInjectable({
|
const setClusterAsDeletingChannelHandlerInjectable = getInjectable({
|
||||||
|
|||||||
@ -1,14 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) OpenLens Authors. All rights reserved.
|
|
||||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
|
||||||
*/
|
|
||||||
import { getInjectable } from "@ogre-tools/injectable";
|
|
||||||
import { observable } from "mobx";
|
|
||||||
import type { ClusterId } from "../common/cluster-types";
|
|
||||||
|
|
||||||
const clustersThatAreBeingDeletedInjectable = getInjectable({
|
|
||||||
id: "clusters-that-are-being-deleted",
|
|
||||||
instantiate: () => observable.set<ClusterId>(),
|
|
||||||
});
|
|
||||||
|
|
||||||
export default clustersThatAreBeingDeletedInjectable;
|
|
||||||
Loading…
Reference in New Issue
Block a user