mirror of
https://github.com/status-im/consul.git
synced 2025-01-21 19:20:41 +00:00
Timeout Docs Update (#19601)
* Update routetimeoutfilter.mdx * Update website/content/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> * Update website/content/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> * Update website/content/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --------- Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
parent
29042b2938
commit
5e5701e032
@ -21,8 +21,8 @@ The following list outlines field hierarchy, data types, and requirements in a `
|
||||
- [`name`](#metadata-name): string | required
|
||||
- [`namespace`](#metadata-namespace): string | `default`
|
||||
- [`spec`](#spec): map | required
|
||||
- [`idleTimeout`](#spec-idletimeout): number | `0`
|
||||
- [`requestTimeout`](#spec-retryonconnectfailure): number | `0`
|
||||
- [`idleTimeout`](#spec-idletimeout): string | `""`
|
||||
- [`requestTimeout`](#spec-retryonconnectfailure): string | `""`
|
||||
|
||||
## Complete configuration
|
||||
|
||||
@ -97,18 +97,18 @@ Map that contains the details about the gateway policy. The `apiVersion`, `kind`
|
||||
|
||||
### `spec.idleTimeout
|
||||
|
||||
Specifies the total amount of time permitted for the request stream to be idle.
|
||||
Specifies the total amount of time permitted for the request stream to be idle. Must specify a parseable number and a unit, for example "5s".
|
||||
|
||||
#### Values
|
||||
|
||||
- Default: 0
|
||||
- Data type: Integer
|
||||
- Default: ""
|
||||
- Data type: string
|
||||
|
||||
### `spec.requestTimeout`
|
||||
|
||||
Specifies the total amount of time in nanoseconds, including retry attempts, Consul permits for the entire downstream request to be processed.
|
||||
Specifies the total amount of time in nanoseconds, including retry attempts, Consul permits for the entire downstream request to be processed. Must specify a parseable number and a unit, for example "5s".
|
||||
|
||||
#### Values
|
||||
|
||||
- Default: 0
|
||||
- Data type: Integer
|
||||
- Default: ""
|
||||
- Data type: Integer
|
||||
|
Loading…
x
Reference in New Issue
Block a user