Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for makeInstances (0.31 sec)

  1. pkg/dns/server/name_table_test.go

    	instances := make(map[int][]*model.IstioEndpoint)
    	for _, port := range service.Ports {
    		instances[port.Port] = makeInstances(proxy, service, port.Port, port.Port)
    		instances[port.Port][0].HostName = hostname
    		instances[port.Port][0].SubDomain = subdomain
    		instances[port.Port][0].Network = proxy.Metadata.Network
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 25 04:26:03 UTC 2024
    - 16K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/serviceentry/conversion_test.go

    			out: []*model.ServiceInstance{
    				makeInstance(httpStatic, "2.2.2.2", 7080, httpStatic.Spec.(*networking.ServiceEntry).Ports[0], nil, MTLS),
    				makeInstance(httpStatic, "2.2.2.2", 18080, httpStatic.Spec.(*networking.ServiceEntry).Ports[1], nil, MTLS),
    				makeInstance(httpStatic, "3.3.3.3", 1080, httpStatic.Spec.(*networking.ServiceEntry).Ports[0], nil, MTLS),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 39K bytes
    - Viewed (0)
Back to top