Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildEnvoyLbEndpoint (0.13 sec)

  1. pilot/pkg/xds/endpoints/endpoint_builder.go

    	var locLbEps []*endpoint.LocalityLbEndpoints
    	for _, eps := range locEps {
    		locLbEps = append(locLbEps, &eps.llbEndpoints)
    	}
    	return locLbEps
    }
    
    // buildEnvoyLbEndpoint packs the endpoint based on istio info.
    func buildEnvoyLbEndpoint(b *EndpointBuilder, e *model.IstioEndpoint, mtlsEnabled bool) *endpoint.LbEndpoint {
    	addr := util.BuildAddress(e.Address, e.EndpointPort)
    	healthStatus := e.HealthStatus
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 02:18:19 UTC 2024
    - 26.1K bytes
    - Viewed (0)
Back to top