apiserver/pkg/storage/cacher
Antoni Zawodny 0dcf3e9d26 Configure watch cache history window based on request timeout
Kubernetes-commit: 4a2b7ee5699331df31b7483be082c201a1e7f51f
2024-12-13 15:40:03 +01:00
..
metrics Implement fallback for consistent reads from cache 2024-07-30 18:57:22 +02:00
cache_watcher.go storage/cacher/cache_watcher: processInterval sets RV from the snapshot 2024-09-20 08:48:31 +02:00
cache_watcher_test.go cacher: apply key for initial events 2024-05-04 10:46:02 +00:00
cacher.go Configure watch cache history window based on request timeout 2024-12-13 15:40:03 +01:00
cacher_test.go Configure watch cache history window based on request timeout 2024-12-13 15:40:03 +01:00
cacher_testing_utils_test.go refactor: extract decode functions into an interface for etcd3 store 2024-09-24 07:19:19 -04:00
cacher_whitebox_test.go Configure watch cache history window based on request timeout 2024-12-13 15:40:03 +01:00
caching_object.go Do not copy bytes for cached serializations 2023-05-31 19:12:32 +00:00
caching_object_test.go remove unneeded references 2022-03-17 18:35:00 +00:00
lister_watcher.go Prevent watch cache starvation, by moving its watch to separate RPC and add a SeparateCacheWatchRPC feature flag to disable this behavior 2024-02-27 11:25:42 +01:00
lister_watcher_test.go Prevent watch cache starvation, by moving its watch to separate RPC and add a SeparateCacheWatchRPC feature flag to disable this behavior 2024-02-27 11:25:42 +01:00
ready.go Fix missed watch events 2023-03-01 12:16:40 +01:00
ready_test.go Fix deadlock in ready test 2023-03-03 14:09:32 +01:00
store.go Implement btree based storage indexer 2024-10-24 18:17:56 +02:00
store_btree.go Implement btree based storage indexer 2024-10-24 18:17:56 +02:00
store_btree_test.go Implement btree based storage indexer 2024-10-24 18:17:56 +02:00
store_test.go Implement btree based storage indexer 2024-10-24 18:17:56 +02:00
time_budget.go Generate and format files 2022-07-19 20:54:13 -04:00
time_budget_test.go Migrate to k8s.io/utils/clock in apiserver 2021-09-14 20:36:07 +02:00
util.go use build-in max and min func to instead of k8s.io/utils/integer funcs 2023-12-15 15:09:11 +08:00
util_test.go move cacher in separate dir 2018-05-30 20:44:31 +08:00
watch_cache.go Configure watch cache history window based on request timeout 2024-12-13 15:40:03 +01:00
watch_cache_interval.go storage/cacher/cache_watcher: add RV to watchCacheInterval 2024-09-20 08:47:49 +02:00
watch_cache_interval_test.go Configure watch cache history window based on request timeout 2024-12-13 15:40:03 +01:00
watch_cache_test.go Configure watch cache history window based on request timeout 2024-12-13 15:40:03 +01:00
watch_progress.go Reset timer to zero when no progress notify was sent 2024-05-24 11:07:01 +02:00
watch_progress_test.go Prevent watch cache starvation, by moving its watch to separate RPC and add a SeparateCacheWatchRPC feature flag to disable this behavior 2024-02-27 11:25:42 +01:00