apiserver/pkg/storage
Lukasz Szaszkiewicz 7c5f6db7bf cacher: when forgeting a watcher, call stopWatcherLocked multiple times
It's possible that the watcher is already not in the structure (e.g. in case of
simultaneous Stop() and terminateAllWatchers(), but it is safe to call stopLocked()
on a watcher multiple times.

Kubernetes-commit: 7e35823690df01bd019a88d3346bd3ac820afaca
2023-10-30 14:24:39 +01:00
..
cacher cacher: when forgeting a watcher, call stopWatcherLocked multiple times 2023-10-30 14:24:39 +01:00
errors Revert "Make the decode function respect the timeout context" 2023-10-31 16:27:17 +01:00
etcd3 Revert "Make the decode function respect the timeout context" 2023-10-31 16:27:17 +01:00
names grammar: replace all occurrences of "the the" with "the" 2022-09-17 22:58:01 +02:00
storagebackend Cleanup paging parameters in etcd3 store 2023-10-20 15:38:59 +02:00
testing Cleanup paging parameters in etcd3 store 2023-10-20 15:38:59 +02:00
testresource storage: isolate the test resource 2022-05-11 09:05:18 -07:00
value [KMSv2] promote KMSv2 and KMSv2KDF to GA 2023-10-24 09:50:45 -07:00
OWNERS storage: Add MadhavJivrajani as reviewer 2023-06-07 17:37:44 +05:30
api_object_versioner.go storage: move the APIObjectVersioner definition to storage 2022-05-11 07:44:21 -07:00
api_object_versioner_test.go storage: isolate the test resource 2022-05-11 09:05:18 -07:00
continue.go add explicit typing for continue tests 2022-05-31 10:23:07 -07:00
continue_test.go add explicit typing for continue tests 2022-05-31 10:23:07 -07:00
doc.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
errors.go Revert "Make the decode function respect the timeout context" 2023-10-31 16:27:17 +01:00
interfaces.go storage: document ProgressNotify from storage.ListOptions 2023-09-01 10:48:36 +02:00
selection_predicate.go Partition watchers by namespace/name scope 2023-02-05 18:46:19 -05:00
selection_predicate_test.go Fix staticcheck failures 2021-04-02 12:23:30 +08:00
util.go storage/util: introduce HasInitialEventsEndBookmarkAnnotation 2023-09-18 11:39:08 +02:00
util_test.go Cleanup paging parameters in etcd3 store 2023-10-20 15:38:59 +02:00