apiserver/pkg/util/flowcontrol
Wojciech Tyczyński c7b06c9136 Add support for watchlist to APF
Kubernetes-commit: c0030a4d27e0a30d89b1b0fddb32928942ca8085
2023-06-27 16:08:33 +02:00
..
counter Refactor goroutine counting 2021-07-29 00:35:25 -04:00
debug Add instrumentation for seat borrowing 2022-10-20 15:21:09 -04:00
fairqueuing Introduce apiserver_flowcontrol_current_executing_seats metric 2023-06-29 01:43:17 -04:00
format rename assuredConcurrencyShares for flowcontrol v1beta3 2022-09-21 15:40:33 -04:00
metrics Introduce apiserver_flowcontrol_current_executing_seats metric 2023-06-29 01:43:17 -04:00
request Add support for watchlist to APF 2023-06-27 16:08:33 +02:00
OWNERS lavalamp is taking a long break 2023-05-11 16:43:38 +00:00
apf_context.go Free APF seats for watches handled by an aggregated apiserver. 2021-10-06 10:16:46 -04:00
apf_controller.go Make QueueSet support exempt behavior; use it 2023-06-28 22:55:30 -04:00
apf_controller_debug.go Make QueueSet support exempt behavior; use it 2023-06-28 22:55:30 -04:00
apf_filter.go apiserver: exclude APF queue wait time from SLO latency metrics (#116420) 2023-03-15 07:35:21 +00:00
apf_filter_test.go use stopCh to avoid goroutine leak in tests 2023-07-06 16:24:58 +08:00
borrowing_test.go apiserver: finish implementation of borrowing in APF 2022-10-31 16:13:25 -07:00
conc_alloc.go Fix indentation/spacing in comments to render correctly in godoc 2022-12-17 17:31:05 -05:00
conc_alloc_test.go apiserver: add solver for APF concurrency rebalancing 2022-08-30 22:34:16 -04:00
controller_test.go Make QueueSet support exempt behavior; use it 2023-06-28 22:55:30 -04:00
dropped_requests_tracker.go Follow up from dynamic retryAfter 2023-05-26 15:50:25 +02:00
dropped_requests_tracker_test.go Follow up from dynamic retryAfter 2023-05-26 15:50:25 +02:00
filter_test.go Added API Priority and Fairness filter and config consumer 2020-01-25 19:47:12 -05:00
formatting.go Added API Priority and Fairness filter and config consumer 2020-01-25 19:47:12 -05:00
gen_test.go staging: fix "go vet" issues 2023-02-28 21:22:40 +01:00
match_test.go staging: fix "go vet" issues 2023-02-28 21:22:40 +01:00
rule.go apiserver: update apf logic to use v1beta3 2022-09-10 07:26:31 -04:00
watch_tracker.go Fix indentation/spacing in comments to render correctly in godoc 2022-12-17 17:31:05 -05:00
watch_tracker_test.go P&F fix watch tracker bug 2021-11-03 15:02:51 +01:00