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:
sarahalsmiller 2023-11-15 11:49:22 -06:00 committed by GitHub
parent 29042b2938
commit 5e5701e032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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