kubernetes/pkg/client/restclient
k8s-merge-robot 495251b983 Merge pull request #24166 from gmarek/client
Automatic merge from submit-queue

All clients under ClientSet share one RateLimiter.

Currently we create a rate limiter for each client in client set. It makes the reasoning about rate limiting behavior much harder. This PR changes this behavior and now all clients in the set share single rate limiter. Ref. #24157

cc @lavalamp @wojtek-t
2016-04-21 22:31:23 -07:00
..
client_test.go Refactor diff into sub pkg 2016-03-21 20:21:39 +08:00
client.go All clients under ClientSet share one RateLimiter. 2016-04-21 18:48:22 +02:00
config_test.go Move restclient to its own package 2016-02-29 12:05:13 -08:00
config.go Merge pull request #24166 from gmarek/client 2016-04-21 22:31:23 -07:00
plugin.go Add client auth plugin framework for kubectl with GCP auth plugin. 2016-04-14 17:49:16 -07:00
request_test.go All clients under ClientSet share one RateLimiter. 2016-04-21 18:48:22 +02:00
request.go Refactor throttle into util pkg 2016-03-25 08:32:23 +08:00
transport_test.go Add client auth plugin framework for kubectl with GCP auth plugin. 2016-04-14 17:49:16 -07:00
transport.go Add client auth plugin framework for kubectl with GCP auth plugin. 2016-04-14 17:49:16 -07:00
url_utils_test.go Move restclient to its own package 2016-02-29 12:05:13 -08:00
url_utils.go Move restclient to its own package 2016-02-29 12:05:13 -08:00
urlbackoff_test.go Add flow control pkg 2016-04-03 11:28:03 +08:00
urlbackoff.go Add flow control pkg 2016-04-03 11:28:03 +08:00
versions.go Move restclient to its own package 2016-02-29 12:05:13 -08:00