apiserver/pkg/storage
Monis Khan f5c1e085ed storage: confirm that paging and predicate filtering work together
This change adds the TestListContinuationWithFilter test which
confirms that paging with a predicate that does not match everything
results in the correct amount of calls to TransformFromStorage and
KV.Get.  The partial result of each paging call is also asserted.

Signed-off-by: Monis Khan <mok@vmware.com>

Kubernetes-commit: 002c75442d768d2bcc51047667354ff16bbfa2e8
2020-02-28 15:35:22 -05:00
..
cacher validate storage cache indexers 2020-02-05 12:08:14 +08: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: confirm that paging and predicate filtering work together 2020-02-28 15:35:22 -05:00
names sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel 2018-03-15 09:38:17 +00:00
storagebackend Resolve uncompatibility from update: etcd CAFile -> TrustedCAFIle 2019-10-23 11:15:43 -07:00
testing Prune inactive owners from staging/src/k8s.io/apiserver/* OWNERS files. 2019-10-12 19:35:18 -04:00
tests Fix watch test to expect Expired instead of Gone 2019-11-05 22:06:10 -08:00
value Instrument DEK cache fill and request inter-arrival times. 2020-02-18 16:39:53 -08:00
OWNERS Prune inactive owners from staging/src/k8s.io/apiserver/* OWNERS files. 2019-10-12 19:35:18 -04:00
doc.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
errors.go Use same 'minimum resource version' semantics both when watch cache is enabled and disabled 2018-12-04 16:55:59 -08:00
interfaces.go add indexer for storage cacher 2019-11-19 16:52:07 +08:00
selection_predicate.go validate storage cache indexers 2020-02-05 12:08:14 +08:00
selection_predicate_test.go Deprecate and remove use of alpha metadata.initializers field, remove IncludeUninitialized options 2019-01-17 09:19:28 -05: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