Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for buildInboundHBONEClusters (0.31 sec)

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

    	MainInternalCluster = buildInternalUpstreamCluster(MainInternalName, MainInternalName)
    	EncapCluster        = buildInternalUpstreamCluster(EncapClusterName, ConnectOriginate)
    )
    
    func (configgen *ConfigGeneratorImpl) buildInboundHBONEClusters() *cluster.Cluster {
    	return MainInternalCluster
    }
    
    func (configgen *ConfigGeneratorImpl) buildWaypointInboundClusters(
    	cb *ClusterBuilder,
    	proxy *model.Proxy,
    	push *model.PushContext,
    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

    		clusters = append(clusters, configgen.buildInboundClusters(cb, proxy, instances, inboundPatcher)...)
    		if proxy.EnableHBONEListen() {
    			clusters = append(clusters, configgen.buildInboundHBONEClusters())
    		}
    		// Pass through clusters for inbound traffic. These cluster bind loopback-ish src address to access node local service.
    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