mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: remove extra check for cluster.allowedApi from processing buffered watch-api events
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
bba37d6111
commit
5b86ae2f5d
@ -277,10 +277,6 @@ export class KubeWatchApi {
|
||||
const message = this.getMessage(kubeEvent);
|
||||
const { data, namespace } = message;
|
||||
|
||||
if (!this.isAllowedApi(message.api)) {
|
||||
return;
|
||||
}
|
||||
|
||||
// log all data events
|
||||
if (data) {
|
||||
this.log({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user