Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildIstioEndpoint (0.16 sec)

  1. pilot/pkg/serviceregistry/kube/controller/endpoint_builder.go

    		networkID = out.endpointNetwork(proxy.IPAddresses[0])
    	}
    	out.labels = labelutil.AugmentLabels(proxy.Labels, c.Cluster(), locality, out.nodeName, networkID)
    	return out
    }
    
    func (b *EndpointBuilder) buildIstioEndpoint(
    	endpointAddress string,
    	endpointPort int32,
    	svcPortName string,
    	discoverabilityPolicy model.EndpointDiscoverabilityPolicy,
    	healthStatus model.HealthStatus,
    ) *model.IstioEndpoint {
    	if b == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top