Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		}
    	}
    
    	var hostnames []host.Name
    	policy := in.Retries
    	if policy == nil {
    		// No VS policy set, use mesh defaults
    		policy = mesh.GetDefaultHttpRetryPolicy()
    	}
    	consistentHash := false
    	if len(in.Route) == 1 {
    		hostnames = append(hostnames, processDestination(in.Route[0], serviceRegistry, listenerPort, hashByDestination, out, action))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_waypoint.go

    	policy := in.Retries
    	if policy == nil {
    		// No VS policy set, use mesh defaults
    		policy = lb.push.Mesh.GetDefaultHttpRetryPolicy()
    	}
    	action := &route.RouteAction{
    		RetryPolicy: retry.ConvertPolicy(policy, false),
    	}
    
    	// Configure timeouts specified by Virtual Service if they are provided, otherwise set it to defaults.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top