dongjiang1989 commented on code in PR #10916:
URL: https://github.com/apache/apisix/pull/10916#discussion_r1484242757
##########
apisix/discovery/kubernetes/informer_factory.lua:
##########
@@ -355,7 +355,7 @@ function _M.new(group, version, kind, plural, namespace)
end
if namespace and namespace ~= "" then
- path = path .. "/namespace/" .. namespace
+ path = path .. "/namespaces/" .. namespace
Review Comment:
Thanks for your review. It's must for e2e case. Squash and merge in last
pull merge
--
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]