Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for serviceentry (0.16 sec)

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

    							// labelSelector on the Service, then this may have endpoints not yet
    							// selected or scaled down, so we skip these as well. This leaves us with
    							// only a plain ServiceEntry with resolution NONE. In this case, we will
    							// fallback to a wildcard listener.
    							lb.buildSidecarOutboundListener(listenerOpts, listenerMap, virtualServices, actualWildcards)
    							continue
    						}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_test.go

    	test.SetForTest(t, &features.EnableDualStack, true)
    	service := buildService("test1.com", "0.0.0.0", protocol.TCP, tnow.Add(1*time.Second))
    	service.Attributes.ServiceRegistry = provider.External // Imitate a ServiceEntry with no addresses
    	services := []*model.Service{service}
    	for _, p := range []*model.Proxy{getProxy(), &dualStackProxy} {
    		p.DiscoverIPMode()
    		listeners := buildOutboundListeners(t, p, nil, nil, services...)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top