diff --git a/src/main/cluster.ts b/src/main/cluster.ts index 2be7bde435..7a02c3e0c9 100644 --- a/src/main/cluster.ts +++ b/src/main/cluster.ts @@ -109,6 +109,10 @@ export class Cluster implements ClusterModel, ClusterState { * @observable */ @observable kubeConfigPath: string; + /** + * @deprecated + */ + @observable workspace: string; /** * Kubernetes API server URL * @@ -605,6 +609,7 @@ export class Cluster implements ClusterModel, ClusterState { id: this.id, contextName: this.contextName, kubeConfigPath: this.kubeConfigPath, + workspace: this.workspace, preferences: this.preferences, metadata: this.metadata, ownerRef: this.ownerRef,