mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
Add an option to pass client's QPS/burst to e2e framework
This commit is contained in:
@@ -105,7 +105,7 @@ var (
|
||||
|
||||
var _ = Describe("Kubectl client", func() {
|
||||
defer GinkgoRecover()
|
||||
framework := NewFramework("kubectl")
|
||||
framework := NewDefaultFramework("kubectl")
|
||||
var c *client.Client
|
||||
var ns string
|
||||
BeforeEach(func() {
|
||||
|
Reference in New Issue
Block a user