apiserver/pkg/storage/cacher
Andy Goldstein ecf3a57374 watch cache: log GroupResource, not objectType
All CustomResources are treated as *unstructured.Unstructured, leading
the watch cache to log anything related to CRs as Unstructured. This
change uses the schema.GroupResource instead of object type for all type
related log messages in the watch cache, resulting in distinct output
for each CR type.

Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>

Kubernetes-commit: 397533a4c2df9639ff4422c907d06fae195a1835
2022-08-11 15:45:04 -04:00
..
metrics refactor watch cache metrics so that they are in a single place 2022-04-22 14:21:25 -07:00
cacher.go watch cache: log GroupResource, not objectType 2022-08-11 15:45:04 -04:00
cacher_whitebox_test.go watch cache: log GroupResource, not objectType 2022-08-11 15:45:04 -04:00
caching_object.go Remove ClusterName 2022-04-20 23:50:27 +00:00
caching_object_test.go remove unneeded references 2022-03-17 18:35:00 +00:00
ready.go apiserver cacher: don't accept requests if stopped 2022-03-03 12:01:59 +01:00
ready_test.go apiserver cacher: don't accept requests if stopped 2022-03-03 12:01:59 +01:00
time_budget.go Generate and format files 2022-07-19 20:54:13 -04:00
time_budget_test.go Migrate to k8s.io/utils/clock in apiserver 2021-09-14 20:36:07 +02:00
util.go Use dynamic size watch-cache. 2020-04-12 17:22:38 +08:00
util_test.go move cacher in separate dir 2018-05-30 20:44:31 +08:00
watch_cache.go Adjust watch channel sizes in watchcache 2022-04-28 11:56:41 +02:00
watch_cache_interval.go Generate and format files 2022-07-19 20:54:13 -04:00
watch_cache_interval_test.go cacher: watchCacheInterval to reduce lock contention 2021-12-05 23:17:00 +05:30
watch_cache_test.go storage: move the APIObjectVersioner definition to storage 2022-05-11 07:44:21 -07:00