apiserver/pkg
Lukasz Szaszkiewicz dcdc23d1b3 apiserver/storage/cacher: decrease running time of TestCacheWatcherDrainingNoBookmarkAfterResourceVersionReceived
before:
go test -v -race -count 1 -run ^TestCacheWatcherDrainingNoBookmarkAfterResourceVersionReceived$
ok  	k8s.io/apiserver/pkg/storage/cacher	3.792s

after:
go test -v -race -count 1 -run ^TestCacheWatcherDrainingNoBookmarkAfterResourceVersionReceived$
ok  	k8s.io/apiserver/pkg/storage/cacher	1.783s

Kubernetes-commit: d21b86d53a3c4c42e41f8374e537c721251a00d2
2024-03-14 10:44:51 +01:00
..
admission resourcequota: use singleflight.Group to reduce apiserver load 2024-04-03 09:58:27 +02:00
apis Require email_verified to be used when email is set as username via CEL 2024-03-05 17:20:18 -05:00
audit Initialize the AuditEvent with the AuditContext (#113611) 2023-07-03 18:28:13 +00:00
authentication Require email_verified to be used when email is set as username via CEL 2024-03-05 17:20:18 -05:00
authorization Add authorization webhook duration/count/failopen metrics 2024-03-02 01:44:28 -05:00
cel cel: fix conversion of quantity to quantity 2024-03-04 12:23:54 +01:00
endpoints fix for comments to ignore the request without request info 2024-03-15 09:42:42 +08:00
features Serve watch without resourceVersion from cache and introduce a WatchFromStorageWithoutResourceVersion feature gate to allow serving watch from storage. 2024-03-14 15:20:29 +01:00
quota/v1 benchmark test to evaluate the overhead of podMatchesScopeFunc 2023-05-04 16:55:32 -07:00
reconcilers storage/factory: extend the Create method by newList and resourcePrefix params 2023-07-28 09:53:01 +02:00
registry Add retry around create 2024-01-19 16:10:30 -05:00
server prioritize user EtcdOptions.StorageConfig.StorageObjectCountTracker 2024-04-18 23:02:16 +08:00
storage apiserver/storage/cacher: decrease running time of TestCacheWatcherDrainingNoBookmarkAfterResourceVersionReceived 2024-03-14 10:44:51 +01:00
storageversion add list of served versions to storage version 2023-07-12 18:27:27 -04:00
util Adds apiserver proxy doc.go 2024-04-09 17:56:46 +00:00
warning track legacy service account tokens 2022-03-21 14:21:41 -07:00