gateway api v1.6.2 experimental

XBackendTrafficPolicy.spec.retryConstraint.budget

Budget holds the details of the retry budget configuration.

2 fields
XBackendTrafficPolicy.spec.retryConstraint.budget fields and descriptions
Field / TypeDescription
interval
string

Interval defines the duration in which requests will be considered for calculating the budget for retries. Support: Extended

  • default: "10s"
  • pattern: ^([0-9]{1,5}(h|m|s|ms)){1,4}$
  • x-kubernetes-validations: [{"message":"interval cannot be greater than one hour or less than one second","rule":"!(duration(self) \u003c duration('1s') || duration(self) \u003e duration('1h'))"}]
percent
integer

Percent defines the maximum percentage of active requests that may be made up of retries. Support: Extended

  • default: 20
  • minimum: 0
  • maximum: 100