Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Test3 (0.29 sec)

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

    		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),
    		buildService("test3.com", "3.4.5.6", "unknown", tnow.Add(2*time.Second)))
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers_test.go

    		{
    			history: apps.ControllerRevision{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "test3",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    					OwnerReferences:   []metav1.OwnerReference{},
    				},
    				Revision: 3,
    			},
    			expected: []metav1.TableRow{{Cells: []interface{}{"test3", "<none>", int64(3), "0s"}}},
    		},
    		{
    			history: apps.ControllerRevision{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/listener_builder_test.go

    	services := []*model.Service{
    		buildServiceWithPort("test1.com", 80, protocol.HTTP, tnow),
    		buildServiceWithPort("test2.com", 81, protocol.Unsupported, tnow),
    		buildServiceWithPort("test3.com", 82, protocol.TCP, tnow),
    	}
    	instances := make([]*model.ServiceInstance, 0, len(services))
    	for _, s := range services {
    		instances = append(instances, &model.ServiceInstance{
    			Service: s,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top