Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for orderedServices (0.12 sec)

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

    	EncapClusterName = "encap"
    
    	// ConnectUpgradeType is the type of upgrade for HTTP CONNECT.
    	ConnectUpgradeType = "CONNECT"
    )
    
    type waypointServices struct {
    	services        map[host.Name]*model.Service
    	orderedServices []*model.Service
    }
    
    // findWaypointResources returns workloads and services associated with the waypoint proxy
    func findWaypointResources(node *model.Proxy, push *model.PushContext) ([]model.WorkloadInfo, *waypointServices) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_waypoint.go

    	wls, wps := findWaypointResources(lb.node, lb.push)
    
    	listeners = append(listeners,
    		lb.buildWaypointInboundConnectTerminate(),
    		lb.buildWaypointInternal(wls, wps.orderedServices),
    		buildWaypointConnectOriginateListener())
    
    	return listeners
    }
    
    func (lb *ListenerBuilder) buildHCMConnectTerminateChain(routes []*route.Route) []*listener.Filter {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top