Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/networking/core/sidecar_simulation_test.go

    				CallMode: simulation.CallModeInbound,
    			},
    			Disabled: simulation.Result{
    				ListenerMatched:    "virtualInbound",
    				FilterChainMatched: "0.0.0.0_81",
    				ClusterMatched:     "inbound|81||",
    				StrictMatch:        true,
    			},
    			Permissive: simulation.Result{
    				ListenerMatched:    "virtualInbound",
    				FilterChainMatched: "0.0.0.0_81",
    				ClusterMatched:     "inbound|81||",
    				StrictMatch:        true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    						PortSpecifier: &core.SocketAddress_PortValue{
    							PortValue: 15006,
    						},
    					},
    				},
    			},
    			FilterChains: []*listener.FilterChain{
    				{
    					Name: "virtualInbound-blackhole",
    					FilterChainMatch: &listener.FilterChainMatch{
    						DestinationPort: &wrapperspb.UInt32Value{
    							Value: 15006,
    						},
    					},
    					Filters: []*listener.Filter{
    						{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
Back to top