diff --git a/src/common/cluster-store.ts b/src/common/cluster-store.ts index 92775a6660..d1f11d8372 100644 --- a/src/common/cluster-store.ts +++ b/src/common/cluster-store.ts @@ -43,6 +43,13 @@ export interface ClusterModel { /** Path to cluster kubeconfig */ kubeConfigPath: string; + /** + * Workspace id + * + * @deprecated + */ + workspace?: string; + /** User context in kubeconfig */ contextName?: string;