gateway api v1.6.2 experimental

XBackendTrafficPolicy.spec.retryConstraint.budget.interval

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

1 fields
XBackendTrafficPolicy.spec.retryConstraint.budget.interval fields and descriptions
Field / TypeDescription
XBackendTrafficPolicy.spec.retryConstraint.budget.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'))"}]