tokers commented on a change in pull request #574:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/574#discussion_r667285247



##########
File path: pkg/ingress/controller.go
##########
@@ -504,6 +516,85 @@ func (c *Controller) syncConsumer(ctx context.Context, 
consumer *apisixv1.Consum
        }
        return
 }
+
+func (c *Controller) syncEndpoint(ctx context.Context, ep kube.Endpoint) error 
{

Review comment:
       Because these logics can be reused by both the endpoint controller and 
endpointslice controller.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to