Browse Source

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>
pull/19628/head
sarahalsmiller 1 year ago committed by GitHub
parent
commit
5e5701e032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      website/content/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter.mdx

14
website/content/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter.mdx

@ -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
- Default: ""
- Data type: Integer
Loading…
Cancel
Save