Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for serviceInstance (0.13 sec)

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

    	cases := []struct {
    		name      string
    		mesh      *meshconfig.MeshConfig
    		labels    labels.Instance
    		instances []*model.ServiceInstance
    		expected  []*endpoint.LocalityLbEndpoints
    	}{
    		{
    			name: "basics",
    			mesh: testMesh(),
    			instances: []*model.ServiceInstance{
    				{
    					Service:     service,
    					ServicePort: servicePort,
    					Endpoint: &model.IstioEndpoint{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster_test.go

    		Resolution:   c.serviceResolution,
    		MeshExternal: c.externalService,
    		Attributes: model.ServiceAttributes{
    			Namespace: TestServiceNamespace,
    		},
    	}
    
    	instances := []*model.ServiceInstance{
    		{
    			Service:     service,
    			ServicePort: servicePort[0],
    			Endpoint: &model.IstioEndpoint{
    				Address:         "6.6.6.6",
    				ServicePortName: servicePort[0].Name,
    				EndpointPort:    10001,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top