Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestInboundNetworkFilterIdleTimeout (0.22 sec)

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

    			NetworkFilters: []string{xdsfilters.MxFilterName, RBACTCPFilterName, wellknown.TCPProxy},
    			TotalMatch:     true,
    		})
    	})
    }
    
    func TestInboundNetworkFilterIdleTimeout(t *testing.T) {
    	cases := []struct {
    		name        string
    		idleTimeout string
    		expected    *durationpb.Duration
    	}{
    		{
    			"no idle timeout",
    			"",
    			nil,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 25.8K bytes
    - Viewed (0)
Back to top