tao12345666333 commented on code in PR #1539: URL: https://github.com/apache/apisix-ingress-controller/pull/1539#discussion_r1052382149
########## CHANGELOG.md: ########## @@ -49,7 +49,7 @@ We have added partial support for Gateway API, which is not enabled by default, Ingress resources can now use all APISIX plugin configurations by setting the annotation `k8s.apisix.apache.org/plugin-config-name=xxx`. Please try out the release binaries and report any issues at -https://github.com/apache/apisix-ingress-controller/issues. +<https://github.com/apache/apisix-ingress-controller/issues>. Review Comment: This file is automatically generated and does not require modification. ########## test/e2e/suite-features/external-sd.go: ########## @@ -23,10 +23,10 @@ import ( "os" "time" + "github.com/apache/apisix-ingress-controller/pkg/config" Review Comment: ditto ########## test/e2e/suite-chore/admin_api.go: ########## @@ -18,10 +18,10 @@ package chore import ( "context" + v1 "github.com/apache/apisix-ingress-controller/pkg/types/apisix/v1" Review Comment: No modifications are required here. -- 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]
