gateway api v1.6.2 experimental

HTTPRoute.spec.rules[].retry.codes[]

HTTPRouteRetryStatusCode defines an HTTP response status code for which a backend request should be retried. Implementations MUST support the following status codes as retriable: * 500 * 502 * 503 * 504 Implementations MAY support specifying additional discrete values in the 500-599 range. Implementations MAY support specifying discrete values in the 400-499 range, which are often inadvisable to retry.

1 fields
HTTPRoute.spec.rules[].retry.codes[] fields and descriptions
Field / TypeDescription
HTTPRoute.spec.rules[].retry.codes[]
integer

HTTPRouteRetryStatusCode defines an HTTP response status code for which a backend request should be retried. Implementations MUST support the following status codes as retriable: * 500 * 502 * 503 * 504 Implementations MAY support specifying additional discrete values in the 500-599 range. Implementations MAY support specifying discrete values in the 400-499 range, which are often inadvisable to retry.

  • minimum: 400
  • maximum: 599