assert.True(t,ingressController.hasFinalizerFunc(updatedIngress,apiv1.FinalizerOrphan),fmt.Sprintf("ingress does not have the orphan finalizer: %v",updatedIngress))
assert.True(t,ingressController.hasFinalizerFunc(updatedIngress,metav1.FinalizerOrphan),fmt.Sprintf("ingress does not have the orphan finalizer: %v",updatedIngress))
fedIngress=*updatedIngress
t.Log("Checking that Ingress was correctly created in cluster 1")
...
...
@@ -305,7 +305,7 @@ func WaitForFinalizersInFederationStore(ingressController *IngressController, st