diff --git a/src/common/cluster-store.ts b/src/common/cluster-store.ts index c17138f67b..f50d499539 100644 --- a/src/common/cluster-store.ts +++ b/src/common/cluster-store.ts @@ -49,6 +49,11 @@ export interface ClusterModel { metadata?: ClusterMetadata; ownerRef?: string; accessibleNamespaces?: string[]; + + /** + * @deprecated + */ + kubeConfig?: string; } export interface ClusterPreferences extends ClusterPrometheusPreferences{