mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix breaking change on KubeApi.list
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4f51a5431c
commit
26ea3f4a80
@ -481,7 +481,7 @@ export class KubeApi<
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
async list({ namespace, reqInit }: KubeApiListOptions = {}, query?: KubeApiQueryParams): Promise<Object[] | null> {
|
async list({ namespace = "", reqInit }: KubeApiListOptions = {}, query?: KubeApiQueryParams): Promise<Object[] | null> {
|
||||||
await this.checkPreferredVersion();
|
await this.checkPreferredVersion();
|
||||||
|
|
||||||
const url = this.getUrl({ namespace });
|
const url = this.getUrl({ namespace });
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user