Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for virtualInbound (0.23 sec)

  1. pilot/pkg/model/listener.go

    	VirtualInboundBlackholeFilterChainName = "virtualInbound-blackhole"
    
    	// VirtualInboundListenerName is the name for traffic capture listener
    	VirtualInboundListenerName = "virtualInbound"
    
    	// VirtualInboundCatchAllHTTPFilterChainName is the name of the catch all http filter chain
    	VirtualInboundCatchAllHTTPFilterChainName = "virtualInbound-catchall-http"
    )
    
    const (
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 10 17:24:55 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. pilot/test/xdstest/validate.go

    		// This hack skips these ones, as they will be processed later
    		if hcm := ExtractHTTPConnectionManager(t, l1); strings.HasPrefix(hcm.GetStatPrefix(), "inbound_") && l.Name != "virtualInbound" {
    			continue
    		}
    
    		s := Dump(t, l1.FilterChainMatch)
    		if i2, ok := check[s]; ok {
    			var fcms []string
    			for _, fc := range l.FilterChains {
    				fcms = append(fcms, Dump(t, fc.GetFilterChainMatch()))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top