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
0fb8f721b2
commit
50f0722f9b
@ -43,6 +43,13 @@ export interface ClusterModel {
|
|||||||
/** Path to cluster kubeconfig */
|
/** Path to cluster kubeconfig */
|
||||||
kubeConfigPath: string;
|
kubeConfigPath: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Workspace id
|
||||||
|
*
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
|
workspace?: string;
|
||||||
|
|
||||||
/** User context in kubeconfig */
|
/** User context in kubeconfig */
|
||||||
contextName?: string;
|
contextName?: string;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user