apiserver/pkg/storage
Abu Kashem bd49a32a3f count of etcd object should be limited to the specified resource
Currently count includes keys from different resource(s) if the keys
are a prefix of the specified resource/key.

Consider the following keys:
A: <storage-prefix>//foo.bar.io/machines
B: <storage-prefix>//foo.bar.io/machinesets
If we ask for the count of key A, the result will also include the
keys from key B since key B shares the same prefix as key A.

Append a separator to mark the end of the key, this will exclude all
other keys from a different resource that is a prefix of the specified
key.

Kubernetes-commit: 7e445867aa4d37a67591faf6e5508abaea69d216
2020-09-11 17:07:09 -04:00
..
cacher Revert nested trace PR#88936 2020-07-20 09:55:05 -07: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 count of etcd object should be limited to the specified resource 2020-09-11 17:07:09 -04:00
names sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel 2018-03-15 09:38:17 +00:00
storagebackend switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
testing Prune inactive owners from staging/src/k8s.io/apiserver/* OWNERS files. 2019-10-12 19:35:18 -04:00
tests restore event Gone test 2020-06-16 11:07:07 +08:00
value switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
OWNERS apimachinery: remove inactive members from OWNERS 2020-07-11 19:28:24 +05:30
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 Add ResourceVersionMatch parameter to make Resource Version semantics consistent for list 2020-05-29 10:44:26 -07: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