Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testOutboundListenerRoute (0.23 sec)

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

    		buildService("test2.com", wildcardIPv4, protocol.HTTP, tnow),
    		buildService("test3.com", wildcardIPv4, "unknown", tnow.Add(2*time.Second)))
    }
    
    func TestOutboundListenerRoute(t *testing.T) {
    	testOutboundListenerRoute(t,
    		buildService("test1.com", "1.2.3.4", "unknown", tnow.Add(1*time.Second)),
    		buildService("test2.com", "2.3.4.5", protocol.HTTP, tnow),
    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