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:
@@ -25,7 +25,7 @@ import (
|
||||
|
||||
var _ = Describe("SSH", func() {
|
||||
|
||||
f := NewFramework("ssh")
|
||||
f := NewDefaultFramework("ssh")
|
||||
|
||||
BeforeEach(func() {
|
||||
// When adding more providers here, also implement their functionality in util.go's getSigner(...).
|
||||
|
Reference in New Issue
Block a user