1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/main/catalog
Sebastian Malton a301283adc
Fix unhandled exception in visibility handler (#3291)
- If an KubernetesCluster entity is being deleted then the
  catalogEntityRegistry.getById() will return undefined. This leads to
  an unhandled exception in the handler because we tried to read
  apiVersion. This commit changes it so that we get the apiVersion and
  kind from KubernetesCluster class itself

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-07-07 09:30:07 +03:00
..
__tests__ Implement missing weblink add/remove (#3092) 2021-06-18 11:23:01 +03:00
catalog-entity-registry.ts Fix unhandled exception in visibility handler (#3291) 2021-07-07 09:30:07 +03:00
index.ts Refactor CatalogEntityRegistry from common to main (#2824) 2021-05-20 15:02:55 +03:00