apiserver/pkg/storage/cacher
Marek Siarkowicz 3a83dc12eb Fix SetFeatureGateDuringTest handling of Parallel tests
Stop using defer as parallel subtest will might result in main test
finishing before subtest.

Fatal when same flag is set twice.

Kubernetes-commit: 9fcf279e2b91e7549190a433373f256fb5aebe85
2024-03-05 21:56:40 +01:00
..
metrics Add apiserver_watch_cache_read_wait metric to cache refresh time 2024-02-08 12:39:50 +01:00
cache_watcher.go storage/util: introduce AnnotateInitialEventsEndBookmark function 2023-08-24 12:19:10 +02:00
cache_watcher_test.go cleanup: omit comparison with bool constants 2023-09-04 16:59:23 +08:00
cacher.go storage/cacher: mark the addition of a metric for waitUntilFreshAndBlock as completed 2024-03-05 10:23:23 +01:00
cacher_test.go Fix SetFeatureGateDuringTest handling of Parallel tests 2024-03-05 21:56:40 +01:00
cacher_testing_utils_test.go Cleanup paging parameters in etcd3 store 2023-10-20 15:38:59 +02:00
cacher_whitebox_test.go Test that separation of streams work by using progress notifies 2024-02-29 17:51:46 +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
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 storage/watch_cache: rework getAllEventsSinceLocked 2024-02-26 12:22:05 +01:00
watch_cache_interval.go Ensure that initial events are sorted for WatchList 2023-09-26 18:39:44 +02:00
watch_cache_interval_test.go Implement conditionalProgressRequester that allows requesting watch progress notification if watch cache is not fresh 2023-07-10 18:10:49 +02:00
watch_cache_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
watch_progress.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
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