Add an option to pass client's QPS/burst to e2e framework

This commit is contained in:
gmarek
2016-02-24 16:24:36 +01:00
parent 38a30490ed
commit 110340c467
68 changed files with 102 additions and 87 deletions

View File

@@ -29,7 +29,7 @@ import (
// This test will create a pod with a secret volume and gitRepo volume
// Thus requests a secret, a git server pod, and a git server service
var _ = Describe("EmptyDir wrapper volumes", func() {
f := NewFramework("secrets")
f := NewDefaultFramework("secrets")
It("should becomes running", func() {
name := "secret-test-" + string(util.NewUUID())