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:
parent
65ac45866c
commit
38a9623fdd
@ -332,7 +332,7 @@ export abstract class KubeObjectStore<T extends KubeObject = any> extends ItemSt
|
||||
}
|
||||
|
||||
private watchNamespace(namespace: string, abortController: AbortController) {
|
||||
if (!this.api.getResourceVersion()) {
|
||||
if (!this.api.getResourceVersion(namespace)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user