gateway api v1.6.2 experimental

XBackendTrafficPolicy.spec.retryConstraint.minRetryRate.interval

Interval specifies the divisor of the rate of requests, the amount of time during which the given count of requests occur. Support: Extended

1 fields
XBackendTrafficPolicy.spec.retryConstraint.minRetryRate.interval fields and descriptions
Field / TypeDescription
XBackendTrafficPolicy.spec.retryConstraint.minRetryRate.interval
string

Interval specifies the divisor of the rate of requests, the amount of time during which the given count of requests occur. Support: Extended

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