From c097b11fffcbc77dc2f59d58ed3c596bbbdac867 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Fri, 1 Mar 2024 16:07:50 -0500 Subject: [PATCH] Fix typos in route retry filter docs for APIGW (#20761) * Fix typose in route retry filter docs for APIGW * Update website/content/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter.mdx Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --------- Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --- .../gateways/api-gateway/configuration/routetimeoutfilter.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter.mdx b/website/content/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter.mdx index 3f0a5e6def..ddb86cde5b 100644 --- a/website/content/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter.mdx +++ b/website/content/docs/connect/gateways/api-gateway/configuration/routetimeoutfilter.mdx @@ -9,7 +9,7 @@ description: >- This topic provides configuration reference information for details about the `RouteTimeoutFilter` resource, which defines timeout settings for specific routes from an API gateway listener to the destination service in Consul service mesh. -To apply retry settings to a `HTTPRoute`, set the `rules.filters.type` parameter in an route to `extensionRef` and specify the name of the filter in `rules.filters.extensionRef.name` field. Refer to [Route resource configuration reference](/consul/docs/connect/gateways/api-gateway/configuration/routes) for additional information. +To apply timeout settings to an `HTTPRoute`, set the `rules.filters.type` parameter in the route to `extensionRef` and specify the name of the filter in the `rules.filters.extensionRef.name` field. Refer to [Route resource configuration reference](/consul/docs/connect/gateways/api-gateway/configuration/routes) for additional information. ## Configuration Model @@ -95,7 +95,7 @@ Specifies the namespace that the configuration applies to. Refer to [namespaces] Map that contains the details about the gateway policy. The `apiVersion`, `kind`, and `metadata` fields are siblings of the `spec` field. All other configurations are children. -### `spec.idleTimeout +### `spec.idleTimeout` 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".