Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BuildSidecarVirtualHostWrapper (1.01 sec)

  1. pilot/pkg/networking/core/route/route_test.go

    						Name:             "acme",
    						Namespace:        "istio-system",
    					},
    					Spec: networkingDestinationRule,
    				},
    			},
    			Services: exampleService,
    		})
    		vhosts := route.BuildSidecarVirtualHostWrapper(nil, node(cg), cg.PushContext(), serviceRegistry,
    			[]config.Config{}, 8080, map[host.Name]types.NamespacedName{},
    		)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/route.go

    	// Routes in the virtual host
    	Routes []*route.Route
    }
    
    // BuildSidecarVirtualHostWrapper creates virtual hosts from the given set of virtual Services
    // and a list of Services from the service registry. Services are indexed by FQDN hostnames.
    // The list of Services is also passed to allow maintaining consistent ordering.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/httproute.go

    	}
    
    	mostSpecificWildcardVsIndex := egressListener.MostSpecificWildcardVirtualServiceIndex()
    	// Get list of virtual services bound to the mesh gateway
    	virtualHostWrappers := istio_route.BuildSidecarVirtualHostWrapper(routeCache, node, push,
    		servicesByName, virtualServices, listenerPort, mostSpecificWildcardVsIndex,
    	)
    
    	if features.EnableRDSCaching {
    		resource := xdsCache.Get(routeCache)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top