Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for http_connection_manager (0.3 sec)

  1. istioctl/pkg/writer/envoy/configdump/listener_test.go

    				Type: "HTTP",
    			},
    			inListener: &listener.Listener{
    				FilterChains: []*listener.FilterChain{
    					{
    						Filters: []*listener.Filter{
    							{
    								Name: wellknown.HTTPConnectionManager,
    							},
    						},
    					},
    				},
    			},
    			expect: true,
    		},
    		{
    			desc: "http-tcp-type-match",
    			inFilter: &ListenerFilter{
    				Type: "HTTP+TCP",
    			},
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Sep 11 15:29:30 GMT 2023
    - 4.1K bytes
    - Viewed (0)
Back to top