1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/common/catalog-entities
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
..
icons Add icon to catalog category (#2606) 2021-04-23 13:58:05 +03:00
general.ts General catalog category (#3106) 2021-06-21 10:59:54 +03:00
index.ts General catalog category (#3106) 2021-06-21 10:59:54 +03:00
kubernetes-cluster.ts Fix unhandled exception in visibility handler (#3291) 2021-07-07 09:30:07 +03:00
web-link.ts Implement missing weblink add/remove (#3092) 2021-06-18 11:23:01 +03:00