-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve how extensions can manage cluster/workspace stores #1176
Conversation
jakolehm
commented
Oct 29, 2020
- extension can claim workspace/cluster to be managed by them
- lens only shows workspaces/clusters that are explicitly set as activated (they are not activated automatically, except locally managed objects)
- workspace/cluster store api cleanup (unify few method calls)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a bug, active-cluster icon for some reasons don't get updated, please check.
Noticed the same.. not sure why this does not update (renderer does get update via ipc) 🤔
Bug seems to be in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM