pkg/configmap
Dave Protasowski 8fc80deb20 Few changes to the configmap package (#59)
* Few changes to the configmap package

- New* methods return concrete types
- defaultImpl is now InformedWatcher
- fixedImpl is now StaticWatcher
- Included a new ManualWatcher that mimics the InformedWatcher
  in behaviour. ie. allows updates - making this a true 'mock'

* Include note about embedding the ManualWatcher in the InformedWatcher

* Update static_watcher.go

Fix some godoc
2018-09-12 07:42:16 -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
informed_watcher.go Few changes to the configmap package (#59) 2018-09-12 07:42:16 -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
watcher.go Few changes to the configmap package (#59) 2018-09-12 07:42:16 -07:00