mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
Add an option to pass client's QPS/burst to e2e framework
This commit is contained in:
@@ -37,7 +37,7 @@ const (
|
||||
)
|
||||
|
||||
var _ = Describe("[Feature:Example]", func() {
|
||||
framework := NewFramework("examples")
|
||||
framework := NewDefaultFramework("examples")
|
||||
var c *client.Client
|
||||
var ns string
|
||||
BeforeEach(func() {
|
||||
|
Reference in New Issue
Block a user