gateway api v1.2.0 experimental

HTTPRoute.spec.rules[].retry.attempts

Attempts specifies the maxmimum 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 maxmimum 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