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

undo remove deprecated item

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-11-24 09:11:47 -05:00
parent 544179414b
commit 1a5ebc94f4

View File

@ -49,6 +49,11 @@ export interface ClusterModel {
metadata?: ClusterMetadata;
ownerRef?: string;
accessibleNamespaces?: string[];
/**
* @deprecated
*/
kubeConfig?: string;
}
export interface ClusterPreferences extends ClusterPrometheusPreferences{