1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/main/initializers
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
..
index.ts Fix hotbar migration of workspaces (#3178) 2021-06-25 09:55:25 -04:00
ipc.ts Fix unhandled exception in visibility handler (#3291) 2021-07-07 09:30:07 +03:00
metrics-providers.ts Explicitly initialize registries 2021-06-10 09:34:13 -04:00
registries.ts Explicitly initialize registries 2021-06-10 09:34:13 -04:00