Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	// shouldn't happen here
    	if !b.ServiceFound() {
    		return nil
    	}
    
    	eps = slices.Filter(eps, func(ep *model.IstioEndpoint) bool {
    		return b.filterIstioEndpoint(ep)
    	})
    
    	localityEpMap := make(map[string]*LocalityEndpoints)
    	for _, ep := range eps {
    		mtlsEnabled := b.mtlsChecker.checkMtlsEnabled(ep, b.proxy.IsWaypointProxy())
    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