dongjiang1989 commented on code in PR #10917:
URL: https://github.com/apache/apisix/pull/10917#discussion_r1483388734


##########
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:
   Hmmm... Just split PR into bugfix and feature



-- 
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]

Reply via email to