xiangtianyu commented on code in PR #1311:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/1311#discussion_r961311065


##########
pkg/providers/ingress/ingress.go:
##########
@@ -428,7 +412,15 @@ func (c *ingressController) ResourceSync() {
                if !c.namespaceProvider.IsWatchingNamespace(key) {
                        continue
                }
+
                ing := kube.MustNewIngress(obj)
+               if !c.isIngressEffective(ing) {
+                       log.Debugw("ignore noneffective ingress add event",

Review Comment:
   I misunderstanding sonething. And i will modify it soon



##########
pkg/providers/ingress/ingress.go:
##########
@@ -428,7 +412,15 @@ func (c *ingressController) ResourceSync() {
                if !c.namespaceProvider.IsWatchingNamespace(key) {
                        continue
                }
+
                ing := kube.MustNewIngress(obj)
+               if !c.isIngressEffective(ing) {
+                       log.Debugw("ignore noneffective ingress add event",

Review Comment:
   I misunderstanding something. And i will modify it soon



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