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:
parent
50f0722f9b
commit
f20b7cd782
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user