apiserver/pkg/storage
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
..
cacher watch cache: log GroupResource, not objectType 2022-08-11 15:45:04 -04:00
errors Fix function name of IsExist err 2022-03-19 23:06:51 +08:00
etcd3 Generate and format files 2022-07-19 20:54:13 -04:00
names specify pod name and hostname in indexed job 2021-04-29 03:33:36 +00:00
storagebackend Copy etcd client debug level logic from upstream 2022-07-29 14:26:31 -07:00
testing storage: move some list tests to generic package 2022-05-12 15:16:07 -07:00
testresource storage: isolate the test resource 2022-05-11 09:05:18 -07:00
tests watch cache: log GroupResource, not objectType 2022-08-11 15:45:04 -04:00
value chore(kms): remove unused plugin name and migrate from deprecated `io/ioutil` pkg 2022-08-23 22:55:22 +00:00
OWNERS apiserver/storage: add myself to the reviewers list 2022-05-12 15:40:33 -07:00
api_object_versioner.go storage: move the APIObjectVersioner definition to storage 2022-05-11 07:44:21 -07:00
api_object_versioner_test.go storage: isolate the test resource 2022-05-11 09:05:18 -07:00
continue.go add explicit typing for continue tests 2022-05-31 10:23:07 -07:00
continue_test.go add explicit typing for continue tests 2022-05-31 10:23:07 -07:00
doc.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
errors.go Fix function name of IsExist err 2022-03-19 23:06:51 +08:00
interfaces.go Update comment and declaration of `storage.GuaranteedUpdate` to be clearer. 2022-04-16 17:19:06 +05:30
selection_predicate.go validate storage cache indexers 2020-02-05 12:08:14 +08:00
selection_predicate_test.go Fix staticcheck failures 2021-04-02 12:23:30 +08:00
util.go Simplify trigger functions in cacher 2019-07-04 14:21:06 +02:00
util_test.go move cacher in separate dir 2018-05-30 20:44:31 +08:00