lingsamuel opened a new issue, #1058: URL: https://github.com/apache/apisix-ingress-controller/issues/1058
As support for the Gateway API progressed, we needed to redesign the structure of pkg/ingress. This directory now has multiple types of resources mixed together. kubernetes native resources, APISIX Ingress resources, and Gateway API resources. More types of resources may be added in the future. In addition, the controller.go file has become increasingly large. We need to redesign the controller so that supporting different resources doesn't require massive changes to the outer files, and to keep the changes in a smaller module as much as possible. -- 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]
