Fabriceli commented on code in PR #1576:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/1576#discussion_r1060747437


##########
pkg/providers/ingress/translation/translator.go:
##########
@@ -356,7 +356,7 @@ func (t *translator) 
translateDefaultUpstreamFromIngressV1(namespace string, bac
        ups.ID = id.GenID(ups.Name)
        return ups
 }
-func (t *translator) translateUpstreamFromIngressV1(namespace string, backend 
*networkingv1.IngressServiceBackend) (*apisixv1.Upstream, error) {
+func (t *translator) translateUpstreamFromIngressV1(namespace string, backend 
*networkingv1.IngressServiceBackend, eventType types.EventType) 
(*apisixv1.Upstream, error) {
        var svcPort int32
        if backend.Port.Name != "" {

Review Comment:
   done, reuse the old translate



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to