mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix typings
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
b3b3ad6a4c
commit
89667f9786
@ -79,7 +79,7 @@ export class ApiManager {
|
|||||||
return this.stores.get(this.resolveApi(api)?.apiBase) as S;
|
return this.stores.get(this.resolveApi(api)?.apiBase) as S;
|
||||||
}
|
}
|
||||||
|
|
||||||
lookupApiLink<T extends KubeObject = KubeObject>(ref: IKubeObjectRef, parentObject?: T): string {
|
lookupApiLink(ref: IKubeObjectRef, parentObject?: KubeObject): string {
|
||||||
const {
|
const {
|
||||||
kind, apiVersion, name,
|
kind, apiVersion, name,
|
||||||
namespace = parentObject?.getNs(),
|
namespace = parentObject?.getNs(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user