From ab8c189268b3ee17c01dfa43a8bec6287c721cbc Mon Sep 17 00:00:00 2001 From: Yuanshun Dong Date: Fri, 8 Sep 2023 17:16:06 -0700 Subject: [PATCH] Add TcpRouteMatch to the doc --- docs/reference/api_spec.md | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/docs/reference/api_spec.md b/docs/reference/api_spec.md index e5e04d01..19775901 100644 --- a/docs/reference/api_spec.md +++ b/docs/reference/api_spec.md @@ -4323,6 +4323,20 @@ TCPRouteAction +match
+ + +TcpRouteMatch + + + + +(Optional) +

An object that represents the criteria for determining a request match.

+ + + + timeout
@@ -4369,6 +4383,36 @@ TCPTimeout +

TcpRouteMatch +

+

+(Appears on: +TCPRoute) +

+

+

+ + + + + + + + + + + + + +
FieldDescription
+port
+ +int64 + +
+(Optional) +

The port number to match on.

+

TCPTimeout