Skip to content
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

Use SharedIndexInformer for configMap #31

Open
indradhanush opened this issue May 15, 2018 · 0 comments
Open

Use SharedIndexInformer for configMap #31

indradhanush opened this issue May 15, 2018 · 0 comments
Assignees

Comments

@indradhanush
Copy link
Contributor

Currently we try to keep an updated data segment in memory each time the configMap is updated. This approach is cumbersome and bad things can happen. Using a SharedIndexInformer to watch the resource is a cleaner approach.

More information here: https://github.com/kinvolk/habitat-service-broker/pull/27#discussion_r186435487

@indradhanush indradhanush self-assigned this May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant