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:
parent
544179414b
commit
1a5ebc94f4
@ -49,6 +49,11 @@ export interface ClusterModel {
|
|||||||
metadata?: ClusterMetadata;
|
metadata?: ClusterMetadata;
|
||||||
ownerRef?: string;
|
ownerRef?: string;
|
||||||
accessibleNamespaces?: string[];
|
accessibleNamespaces?: string[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
|
kubeConfig?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ClusterPreferences extends ClusterPrometheusPreferences{
|
export interface ClusterPreferences extends ClusterPrometheusPreferences{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user