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:
parent
a575ae4189
commit
fa4252e996
@ -95,6 +95,12 @@ export interface ILocalKubeApiConfig {
|
||||
uid: string;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
export interface IKubeApiCluster extends ILocalKubeApiConfig {}
|
||||
|
||||
export interface IRemoteKubeApiConfig {
|
||||
cluster: {
|
||||
server: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user