Bump go libraries (#11023)
* Bump go libraries * Fix update codegen execution * Fix errors on klog * Fix gzip test * Bump libraries on webhook certgen * Fix webhook-certgen compilation
This commit is contained in:
parent
b4ea953cce
commit
fa0bf81984
16 changed files with 765 additions and 1245 deletions
|
|
@ -33,8 +33,8 @@ var _ = framework.DescribeSetting("gzip", func() {
|
|||
host := "gzip"
|
||||
|
||||
ginkgo.BeforeEach(func() {
|
||||
f.NewHttpbinDeployment()
|
||||
f.EnsureIngress(framework.NewSingleIngress(host, "/", host, f.Namespace, framework.HTTPBinService, 80, nil))
|
||||
f.NewHttpbunDeployment()
|
||||
f.EnsureIngress(framework.NewSingleIngress(host, "/", host, f.Namespace, framework.HTTPBunService, 80, nil))
|
||||
})
|
||||
|
||||
ginkgo.It("should be disabled by default", func() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue