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:
@@ -49,7 +49,7 @@ const (
|
||||
)
|
||||
|
||||
var _ = Describe("Restart [Disruptive]", func() {
|
||||
f := NewFramework("restart")
|
||||
f := NewDefaultFramework("restart")
|
||||
var ps *podStore
|
||||
|
||||
BeforeEach(func() {
|
||||
|
Reference in New Issue
Block a user