Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddServiceInfo (0.51 sec)

  1. pilot/pkg/xds/delta_test.go

    		Service: &workloadapi.Service{
    			Name:      "c",
    			Namespace: "default",
    			Hostname:  "c.default.svc.cluster.local",
    		},
    	}
    	s.MemRegistry.AddWorkloadInfo(wlA, wlB, wlC)
    	s.MemRegistry.AddServiceInfo(svcA, svcB, svcC)
    
    	// Wait until the above debounce, to ensure we can precisely check XDS responses without spurious pushes
    	s.EnsureSynced(t)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 15.2K bytes
    - Viewed (0)
Back to top