mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 17:16:12 +00:00
Add an option to pass client's QPS/burst to e2e framework
This commit is contained in:
@@ -29,7 +29,7 @@ import (
|
||||
|
||||
var _ = Describe("ConfigMap", func() {
|
||||
|
||||
f := NewFramework("configmap")
|
||||
f := NewDefaultFramework("configmap")
|
||||
|
||||
It("should be consumable from pods in volume [Conformance]", func() {
|
||||
name := "configmap-test-volume-" + string(util.NewUUID())
|
||||
|
Reference in New Issue
Block a user