istio v1.31.0

VirtualService.spec.http[].match[].headers.[key].spec.http.retries

Retry policy for HTTP requests.

6 fields
VirtualService.spec.http[].match[].headers.[key].spec.http.retries fields and descriptions
Field / TypeDescription
attempts
integer

Number of retries to be allowed for a given request.

  • format: int32
backoff
string

Specifies the minimum duration between retry attempts.

  • x-kubernetes-validations: [{"message":"must be a valid duration greater than 1ms","rule":"duration(self) \u003e= duration('1ms')"}]
perTryTimeout
string

Timeout per attempt for a given request, including the initial call and any retries.

  • x-kubernetes-validations: [{"message":"must be a valid duration greater than 1ms","rule":"duration(self) \u003e= duration('1ms')"}]
retryIgnorePreviousHosts
boolean

Flag to specify whether the retries should ignore previously tried hosts during retry.

  • nullable
retryOn
string

Specifies the conditions under which retry takes place.

retryRemoteLocalities
boolean

Flag to specify whether the retries should retry to other localities.

  • nullable