Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	if in.RetryOn != "" {
    		// Allow the incoming configuration to specify both Envoy RetryOn and RetriableStatusCodes. Any integers are
    		// assumed to be status codes.
    		out.RetryOn, out.RetriableStatusCodes = parseRetryOn(in.RetryOn)
    		// If user has just specified HTTP status codes in retryOn but have not specified "retriable-status-codes", let us add it.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top