Add a QPS limiter to the kubernetes client.

This commit is contained in:
Brendan Burns
2015-03-30 20:21:21 -07:00
parent e912d5204c
commit 3f98ac07c2
6 changed files with 26 additions and 11 deletions

View File

@@ -273,6 +273,7 @@ func TestSetKubernetesDefaults(t *testing.T) {
Version: latest.Version,
Codec: latest.Codec,
LegacyBehavior: (latest.Version == "v1beta1" || latest.Version == "v1beta2"),
QPS: 5,
},
false,
},