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

backward compat

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-09-09 16:39:01 +03:00
parent a575ae4189
commit fa4252e996

View File

@ -95,6 +95,12 @@ export interface ILocalKubeApiConfig {
uid: string;
}
}
/**
* @deprecated
*/
export interface IKubeApiCluster extends ILocalKubeApiConfig {}
export interface IRemoteKubeApiConfig {
cluster: {
server: string;