mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Update ingress.go
This commit is contained in:
parent
f91667e364
commit
5dc1b7c1a2
@ -180,7 +180,7 @@ func (t *IngressUpgradeTest) verify(f *framework.Framework, done <-chan struct{}
|
|||||||
// Ignore compute.SslCertificates since we know it will change during an upgrade/downgrade.
|
// Ignore compute.SslCertificates since we know it will change during an upgrade/downgrade.
|
||||||
// TODO(rramkumar): Remove this once glbc 1.1 is released.
|
// TODO(rramkumar): Remove this once glbc 1.1 is released.
|
||||||
t.resourceStore.SslList = nil
|
t.resourceStore.SslList = nil
|
||||||
postUpgradeResourceStore.Fw.SslList = nil
|
postUpgradeResourceStore.SslList = nil
|
||||||
|
|
||||||
framework.ExpectNoError(compareGCPResourceStores(t.resourceStore, postUpgradeResourceStore, func(v1 reflect.Value, v2 reflect.Value) error {
|
framework.ExpectNoError(compareGCPResourceStores(t.resourceStore, postUpgradeResourceStore, func(v1 reflect.Value, v2 reflect.Value) error {
|
||||||
i1 := v1.Interface()
|
i1 := v1.Interface()
|
||||||
|
Loading…
Reference in New Issue
Block a user