Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for buildWaypointInboundClusters (0.51 sec)

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

    )
    
    func (configgen *ConfigGeneratorImpl) buildInboundHBONEClusters() *cluster.Cluster {
    	return MainInternalCluster
    }
    
    func (configgen *ConfigGeneratorImpl) buildWaypointInboundClusters(
    	cb *ClusterBuilder,
    	proxy *model.Proxy,
    	push *model.PushContext,
    	svcs map[host.Name]*model.Service,
    ) []*cluster.Cluster {
    	clusters := make([]*cluster.Cluster, 0)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster.go

    		resources = append(resources, ob...)
    		// Setup inbound clusters
    		inboundPatcher := clusterPatcher{efw: envoyFilterPatches, pctx: networking.EnvoyFilter_SIDECAR_INBOUND}
    		clusters = append(clusters, configgen.buildWaypointInboundClusters(cb, proxy, req.Push, wps.services)...)
    		clusters = append(clusters, inboundPatcher.insertedClusters()...)
    	default: // Gateways
    		patcher := clusterPatcher{efw: envoyFilterPatches, pctx: networking.EnvoyFilter_GATEWAY}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top