gateway api v1.6.2 experimental

HTTPRoute.spec.rules[].retry.attempts

Attempts specifies the maximum number of times an individual request from the gateway to a backend should be retried. If the maximum number of retries has been attempted without a successful response from the backend, the Gateway MUST return an error. When this field is unspecified, the number of times to attempt to retry a backend request is implementation-specific. Support: Extended

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

Attempts specifies the maximum number of times an individual request from the gateway to a backend should be retried. If the maximum number of retries has been attempted without a successful response from the backend, the Gateway MUST return an error. When this field is unspecified, the number of times to attempt to retry a backend request is implementation-specific. Support: Extended

  • minimum: 1