pkg/configmap
Ivan Mikushin 62bcfe912f Prepare for global resync on ConfigMap changes (#132)
* Prepare for global resync on ConfigMap changes

- Add GlobalResync(cache.SharedInformer) method to *controller.Impl
- Move UntypedStore from serving/pkg/config to pkg/configmap
- Add onAfterStore callbacks to UntypedStore
- Add TypeFilter to enable composable construction of such callbacks

* Address review

- Unit test GlobalResync()
- Reimpl GlobalResync() using ListKeys()

* Update comments

* Add test for onAfterStore

* Update godoc comment for Logger
2018-10-18 09:47:28 -07:00
..
OWNERS Copy `pkg/configmap` over from `knative/serving`. (#11) 2018-07-25 14:56:29 -07:00
doc.go Copy `pkg/configmap` over from `knative/serving`. (#11) 2018-07-25 14:56:29 -07:00
filter.go Prepare for global resync on ConfigMap changes (#132) 2018-10-18 09:47:28 -07:00
filter_test.go Prepare for global resync on ConfigMap changes (#132) 2018-10-18 09:47:28 -07:00
informed_watcher.go Extend the resync period for `configmap`. (#115) 2018-10-07 04:26:25 -07:00
informed_watcher_test.go Few changes to the configmap package (#59) 2018-09-12 07:42:16 -07:00
load.go Copy `pkg/configmap` over from `knative/serving`. (#11) 2018-07-25 14:56:29 -07:00
load_test.go Copy `pkg/configmap` over from `knative/serving`. (#11) 2018-07-25 14:56:29 -07:00
manual_watcher.go Few changes to the configmap package (#59) 2018-09-12 07:42:16 -07:00
manual_watcher_test.go Few changes to the configmap package (#59) 2018-09-12 07:42:16 -07:00
static_watcher.go Few changes to the configmap package (#59) 2018-09-12 07:42:16 -07:00
static_watcher_test.go Few changes to the configmap package (#59) 2018-09-12 07:42:16 -07:00
store.go Prepare for global resync on ConfigMap changes (#132) 2018-10-18 09:47:28 -07:00
store_test.go Prepare for global resync on ConfigMap changes (#132) 2018-10-18 09:47:28 -07:00
watcher.go Few changes to the configmap package (#59) 2018-09-12 07:42:16 -07:00