pkg/configmap
Markus Thömmes 4f178c83ca
Make onAfterStore synchronous to the update itself. (#1349)
Generally, the `onAfterStore` function is used to kick off a global resync, which should be a very quick operation. Having `onAfterStore` being called asynchronously on a goroutine makes it very hard or straight out impossible to control it, especially in tests.

If there's a costly operation being done `onAfterStore`, it should be up to the caller to decide to make that asynchronous and thus put it into a goroutine.
2020-05-25 10:35:48 -07:00
..
testing Fix malformed license headers. (#1258) 2020-04-29 08:38:42 -07:00
OWNERS Update OWNERS to use OWNERS_ALIASES (#422) 2019-05-29 20:04:33 -07:00
doc.go Copy `pkg/configmap` over from `knative/serving`. (#11) 2018-07-25 14:56:29 -07:00
filter.go add config validation as admission controller (#636) 2019-09-22 07:23:10 -07:00
filter_test.go Prepare for global resync on ConfigMap changes (#132) 2018-10-18 09:47:28 -07:00
informed_watcher.go Filter tracked sharedmain ConfigMaps based on optional label selector (#973) 2020-01-13 06:53:04 -08:00
informed_watcher_test.go Fix TestInformedWatcher sporadic failing on testgrid (#1035) 2020-02-04 08:02:30 -08: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 Filter tracked sharedmain ConfigMaps based on optional label selector (#973) 2020-01-13 06:53:04 -08:00
manual_watcher_test.go Defaulting watcher (#415) 2019-05-16 07:09:18 -07:00
parse.go Use config map parsing lib and enhance it further. (#1335) 2020-05-18 10:42:06 -07:00
parse_test.go Use config map parsing lib and enhance it further. (#1335) 2020-05-18 10:42:06 -07:00
static_watcher.go Remove deprecated NewFixedWatcher (#699) 2019-09-19 14:38:01 -07:00
static_watcher_test.go Defaulting watcher (#415) 2019-05-16 07:09:18 -07:00
store.go Make onAfterStore synchronous to the update itself. (#1349) 2020-05-25 10:35:48 -07:00
store_test.go Make onAfterStore synchronous to the update itself. (#1349) 2020-05-25 10:35:48 -07:00
watcher.go Profiling support (#562) 2019-08-22 08:17:33 -07:00