Files
kubernetes/test/e2e_node/services/namespace_controller.go
Jordan Liggitt 1bddcdcf44 Bump QPS on namespace controller
https://github.com/kubernetes/kubernetes/pull/62913 switched from using a client pool, where each groupVersionResource got its own rest client, to a single client.

This increases the QPS to account for increased requests using a single rest client rate limiter.
2018-04-27 10:11:14 -04:00

2.5 KiB