tokers opened a new pull request #373: URL: https://github.com/apache/apisix-ingress-controller/pull/373
This Pull Request simplified the apisix client (`pkg/apisix`), all redundant data structures were removed and data structures in `pkg/types/apisix` are tweaked so they can be used by the apisix client seamlessly. All change can be classified as: * Remove `FullName` field, it's duplicated with `Name`, so just keeping `Name`. * Remove `routeReqBody`, `routeItem`, `UpstreamReqBody`, `UpstreamItem`, just using `Route`, `Upstream` in `pkg/types/apisix`. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
