gxthrj commented on a change in pull request #574:
URL:
https://github.com/apache/apisix-ingress-controller/pull/574#discussion_r667288111
##########
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:
I mean put them in another file maybe better , not in 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]