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

Log state after refresh accessibility

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-03 14:59:04 -05:00
parent 33f573e405
commit 84159a6557

View File

@ -498,6 +498,7 @@ export class Cluster implements ClusterModel {
this.allowedResources.replace(await this.getAllowedResources(requestNamespaceListPermissions)); this.allowedResources.replace(await this.getAllowedResources(requestNamespaceListPermissions));
this.ready = this.knownResources.length > 0; this.ready = this.knownResources.length > 0;
this.dependencies.logger.info(`[CLUSTER]: refreshed accessibility data`, this.getState());
} }
/** /**