apiserver/pkg/storage
Steve Kuznetsov 3d5978d57e storage: etcd: clarify lease manager configurations
When the original commit created the lease manager, this comment was
added to set the default test reuse time to 1s. Even at that time, the
comment claimed it was setting 10s. Instead of using this value, though,
new tests that did not call `testSetup()` started to use the default
configuration for production. This commit clarifies the intent of this
comment, moves it next to the code block that it actually applies to,
and makes use of this test-specific logic everywhere.

x-ref: f230b000db

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>

Kubernetes-commit: 6aa37eb06247fb95a6a4ef61cbd50885e52055a0
2022-02-18 08:10:57 -08:00
..
cacher Fix potential race in dispatching watch event 2022-02-22 17:14:15 +01:00
errors fix golint failures in staging/src/k8s.io/apiserver/pkg/storage/errors, staging/src/k8s.io/apiserver/pkg/storage/etcd 2019-02-28 15:51:05 +08:00
etcd3 storage: etcd: clarify lease manager configurations 2022-02-18 08:10:57 -08:00
names specify pod name and hostname in indexed job 2021-04-29 03:33:36 +00:00
storagebackend OWNERS cleanup - Jan 2021 Week 1 2022-01-03 10:59:47 -05:00
testing OWNERS cleanup - Jan 2021 Week 1 2022-01-03 10:59:47 -05:00
tests Unify merge GetToList and List storage methods to single GetList 2022-02-10 10:15:29 +01:00
value storage: transformers: pass a context.Context 2022-02-17 07:29:44 -08:00
OWNERS OWNERS cleanup - Jan 2021 Week 1 2022-01-03 10:59:47 -05:00
doc.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
errors.go Fix bug in reflector not recovering from "Too large resource version" errors 2020-06-26 09:45:29 +02:00
interfaces.go Unify merge GetToList and List storage methods to single GetList 2022-02-10 10:15:29 +01:00
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