Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldProcessIngressUpdate (0.45 sec)

  1. pilot/pkg/config/kube/ingress/controller.go

    		if c == nil {
    			return false
    		}
    		class = c
    	}
    	return shouldProcessIngressWithClass(mesh, i, class)
    }
    
    // shouldProcessIngressUpdate checks whether we should renotify registered handlers about an update event
    func (c *controller) shouldProcessIngressUpdate(ing *knetworking.Ingress) bool {
    	// ingress add/update
    	shouldProcess := c.shouldProcessIngress(c.meshWatcher.Mesh(), ing)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top