1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-03-22 15:10:52 +03:00
parent 175896384f
commit fce6695631

View File

@ -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",