pkg/configmap
Victor Agababov 73daad6e47 Ignore idempotent updates and other cleanups (#598)
* Ignore idempotent updates and other cleanups

This makes sure we don't call the configmap update on the idempotent updates, which we get now and
that causes us lots of global resyncs. (┛◉Д◉)┛彡┻━┻.

In addition I went ahead and applied some nitpicking to the code.

/assign mattmoor

* fix races

* resync to zero
2019-08-26 07:04:14 -07:00
..
testing Fix licence to have spaces and comment to match the function (#580) 2019-08-17 16:18:34 -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 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 Ignore idempotent updates and other cleanups (#598) 2019-08-26 07:04:14 -07:00
informed_watcher_test.go Ignore idempotent updates and other cleanups (#598) 2019-08-26 07:04:14 -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 Ignore idempotent updates and other cleanups (#598) 2019-08-26 07:04:14 -07:00
manual_watcher_test.go Defaulting watcher (#415) 2019-05-16 07:09:18 -07:00
static_watcher.go Profiling support (#562) 2019-08-22 08:17:33 -07:00
static_watcher_test.go Defaulting watcher (#415) 2019-05-16 07:09:18 -07:00
store.go Revert "Remove reflection from generic store code. (#583)" (#585) 2019-08-20 19:17:32 -07:00
store_test.go Profiling support (#562) 2019-08-22 08:17:33 -07:00
watcher.go Profiling support (#562) 2019-08-22 08:17:33 -07:00