1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

keep cluster.workspace for now

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-07 18:19:31 +03:00
parent 50f0722f9b
commit f20b7cd782

View File

@ -109,6 +109,10 @@ export class Cluster implements ClusterModel, ClusterState {
* @observable * @observable
*/ */
@observable kubeConfigPath: string; @observable kubeConfigPath: string;
/**
* @deprecated
*/
@observable workspace: string;
/** /**
* Kubernetes API server URL * Kubernetes API server URL
* *
@ -605,6 +609,7 @@ export class Cluster implements ClusterModel, ClusterState {
id: this.id, id: this.id,
contextName: this.contextName, contextName: this.contextName,
kubeConfigPath: this.kubeConfigPath, kubeConfigPath: this.kubeConfigPath,
workspace: this.workspace,
preferences: this.preferences, preferences: this.preferences,
metadata: this.metadata, metadata: this.metadata,
ownerRef: this.ownerRef, ownerRef: this.ownerRef,