mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Clean up
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
175896384f
commit
fce6695631
@ -21,6 +21,9 @@ const cluster = new Cluster({
|
||||
contextName: "some-context",
|
||||
id: "some-id",
|
||||
kubeConfigPath: "/some/path/to/kubeconfig",
|
||||
preferences: {
|
||||
clusterName: "some-cluster-name"
|
||||
},
|
||||
}, {
|
||||
clusterServerUrl: "https://localhost:9999",
|
||||
});
|
||||
@ -40,8 +43,6 @@ const clusterEntity = new KubernetesCluster({
|
||||
},
|
||||
});
|
||||
|
||||
cluster.preferences.clusterName = "some-cluster-name";
|
||||
|
||||
const newMenuItem = getInjectable({
|
||||
id: "cluster-icon-settings-menu-test-item",
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user