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

Check resource version from given namespace

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2021-06-17 13:30:56 +03:00
parent 65ac45866c
commit 38a9623fdd

View File

@ -332,7 +332,7 @@ export abstract class KubeObjectStore<T extends KubeObject = any> extends ItemSt
} }
private watchNamespace(namespace: string, abortController: AbortController) { private watchNamespace(namespace: string, abortController: AbortController) {
if (!this.api.getResourceVersion()) { if (!this.api.getResourceVersion(namespace)) {
return; return;
} }