shreemaan-abhishek commented on code in PR #10917:
URL: https://github.com/apache/apisix/pull/10917#discussion_r1483878410
##########
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:
Okay my bad, it seems this is not needed in the newer PR.
--
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]