Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for buildInboundCluster (0.14 sec)

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

    			ec.cluster.AltStatName = telemetry.BuildStatPrefix(cb.req.Push.Mesh.OutboundClusterStatName,
    				string(service.Hostname), subset, port, 0, &service.Attributes)
    		}
    	}
    
    	return ec
    }
    
    // buildInboundCluster constructs a single inbound cluster. The cluster will be bound to
    // `inbound|clusterPort||`, and send traffic to <bind>:<instance.Endpoint.EndpointPort>. A workload
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/cluster.go

    			// this will still generate listeners for 1,2,3,4 where 3 is picked from sidecar ingress
    			// port present in sidecarIngress listener so let sidecar take precedence
    			continue
    		}
    		localCluster := cb.buildInboundCluster(epPort, bind, proxy, instances[0], instances)
    		// If inbound cluster match has service, we should see if it matches with any host name across all instances.
    		hosts := make([]host.Name, 0, len(instances))
    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