Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BuildSidecarVirtualHostWrapper (0.65 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)
Back to top