You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/10 03:56:04 UTC

[GitHub] [apisix-ingress-controller] tokers commented on a change in pull request #574: chore: endpointslice controller

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: notifications-unsubscribe@apisix.apache.org

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