Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DestinationPort (0.11 sec)

  1. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    					Listener: &networking.EnvoyFilter_ListenerMatch{
    						Name: model.VirtualInboundListenerName,
    						FilterChain: &networking.EnvoyFilter_ListenerMatch_FilterChainMatch{
    							DestinationPort: 6380,
    							Filter: &networking.EnvoyFilter_ListenerMatch_FilterMatch{
    								Name: "network-filter-to-be-replaced",
    							},
    						},
    					},
    				},
    			},
    			Patch: &networking.EnvoyFilter_Patch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_test.go

    	virtualListener := xdstest.ExtractListener(model.VirtualInboundListenerName, listeners)
    	for _, fc := range virtualListener.FilterChains {
    		if fc.FilterChainMatch.DestinationPort.GetValue() == 15021 {
    			t.Fatalf("port 15021 should not be included in inbound listener")
    		}
    	}
    }
    
    func testInboundListenerConfigWithGrpc(t *testing.T, proxy *model.Proxy, services ...*model.Service) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top