apiserver/pkg/storage
Marek Siarkowicz e9acd0c76d Fix the semantic meaning of etcd server within component statuses and metrics.
Instead of numerating all the etcd endpoints known by apiserver, we will
group them by purpose. `etcd-0` will be the default etcd, `etcd-1` will
be the first resource override, `etcd-2` will be the second override and
so on.

Kubernetes-commit: 03aad1f823cb719fa6e6b6d33fefa2a2140cc760
2023-07-19 14:25:54 +02:00
..
cacher Fix TestConditionalProgressRequester and TestWaitUntilFreshAndListTimeout flakes 2023-07-12 13:36:51 +02:00
errors Fix function name of IsExist err 2022-03-19 23:06:51 +08:00
etcd3 Fix the semantic meaning of etcd server within component statuses and metrics. 2023-07-19 14:25:54 +02:00
names grammar: replace all occurrences of "the the" with "the" 2022-09-17 22:58:01 +02:00
storagebackend Improve apiserver storage size metric to allow it's graduation 2023-06-22 11:56:09 +02:00
testing Test consistent List 2023-07-03 17:22:22 +02:00
testresource storage: isolate the test resource 2022-05-11 09:05:18 -07:00
value feat: improves metric and logging 2023-07-07 23:01:05 +00:00
OWNERS storage: Add MadhavJivrajani as reviewer 2023-06-07 17:37:44 +05:30
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 Implement conditionalProgressRequester that allows requesting watch progress notification if watch cache is not fresh 2023-07-10 18:10:49 +02:00
selection_predicate.go Partition watchers by namespace/name scope 2023-02-05 18:46:19 -05: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