mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Reflectors are created and run within the same function, asynchronously from the main thread. Creating reflectors may require calls to the kubernetes api, which can return errors. API errors are not handled in the main thread, but are handled asynchronously by retries.