mirror of https://github.com/rancher/steve.git
* Create and use a synthetic watcher for non-watchable resources. * Write unit tests for the synthetic watcher. * Make the refresh interval for synthetic watchers configurable. The default is to call `client.List(...)` every 5 seconds for each unwatchable GVK. There are currently only 3 such GVKs right now so this will be informative enough but not really noticeable. * Pass the context into the synthetic watch func. * Restore changes lost in rebasing. --------- Co-authored-by: Tom Lebreux <tom.lebreux@suse.com> |
||
|---|---|---|
| .. | ||
| db_mocks_test.go | ||
| dynamic_mocks_test.go | ||
| informer_factory.go | ||
| informer_factory_test.go | ||
| k8s_cache_mocks_test.go | ||
| transaction_mocks_tests.go | ||