Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WantGetProxyServiceTargets (0.21 sec)

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

    				}
    			}
    
    			cg := NewConfigGenTest(t, TestOptions{
    				ConfigPointers: []*config.Config{cfg},
    				Services:       []*model.Service{tc.service},
    			})
    
    			cg.MemRegistry.WantGetProxyServiceTargets = targets
    			proxy := cg.SetupProxy(nil)
    			cb := NewClusterBuilder(proxy, &model.PushRequest{Push: cg.PushContext()}, nil)
    			ec := newClusterWrapper(tc.cluster)
    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/gateway_test.go

    			Configs = append(Configs, tt.gateways...)
    			Configs = append(Configs, tt.virtualServices...)
    			cg := NewConfigGenTest(t, TestOptions{
    				Configs: Configs,
    			})
    			cg.MemRegistry.WantGetProxyServiceTargets = tt.node.ServiceTargets
    			proxy := cg.SetupProxy(&proxyGateway)
    			if tt.node.Metadata != nil {
    				proxy.Metadata = tt.node.Metadata
    			} else {
    				proxy.Metadata = &proxyGatewayMetadata
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
Back to top