1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/pkg/config
Sebastian Widmer 80664d339f
Add command-line flags to allow setting client rate limits (QPS/Burst) (#2797)
* Add `-clientRateLimitQPS` and `-clientRateLimitBurst` flags to allow controlling client rate limits.

Signed-off-by: Sebastian Widmer <sebastian.widmer@vshn.net>

* Return error if QPS is higher than max value  of float32

Signed-off-by: Sebastian Widmer <sebastian.widmer@vshn.net>
2021-12-08 14:03:07 +01:00
..
config.go Add command-line flags to allow setting client rate limits (QPS/Burst) (#2797) 2021-12-08 14:03:07 +01:00
config_test.go Add command-line flags to allow setting client rate limits (QPS/Burst) (#2797) 2021-12-08 14:03:07 +01:00
dynamicconfig.go Fix various go lint issues (#2639) 2021-10-29 17:06:03 +02:00
metricsconfig.go Fix various go lint issues (#2639) 2021-10-29 17:06:03 +02:00