You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 aSharedIndexInformer
to watch the resource is a cleaner approach.More information here: https://github.com/kinvolk/habitat-service-broker/pull/27#discussion_r186435487
The text was updated successfully, but these errors were encountered: