mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Add an option to pass client's QPS/burst to e2e framework
This commit is contained in:
@@ -33,7 +33,7 @@ import (
|
||||
)
|
||||
|
||||
var _ = Describe("Generated release_1_2 clientset", func() {
|
||||
framework := NewFramework("clientset")
|
||||
framework := NewDefaultFramework("clientset")
|
||||
It("should create pods, delete pods, watch pods", func() {
|
||||
podClient := framework.Clientset_1_2.Core().Pods(framework.Namespace.Name)
|
||||
By("creating the pod")
|
||||
|
||||
Reference in New Issue
Block a user