mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Linter fix
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
fce6695631
commit
8df97aaff8
@ -22,7 +22,7 @@ const cluster = new Cluster({
|
|||||||
id: "some-id",
|
id: "some-id",
|
||||||
kubeConfigPath: "/some/path/to/kubeconfig",
|
kubeConfigPath: "/some/path/to/kubeconfig",
|
||||||
preferences: {
|
preferences: {
|
||||||
clusterName: "some-cluster-name"
|
clusterName: "some-cluster-name",
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
clusterServerUrl: "https://localhost:9999",
|
clusterServerUrl: "https://localhost:9999",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user