Skip to content

Commit

Permalink
Add TcpRouteMatch to the doc (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysdongAmazon authored Sep 12, 2023
1 parent ed3847a commit 289a1ca
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/reference/api_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -4323,6 +4323,20 @@ TCPRouteAction
</tr>
<tr>
<td>
<code>match</code></br>
<em>
<a href="#appmesh.k8s.aws/v1beta2.TcpRouteMatch">
TcpRouteMatch
</a>
</em>
</td>
<td>
<em>(Optional)</em>
<p>An object that represents the criteria for determining a request match.</p>
</td>
</tr>
<tr>
<td>
<code>timeout</code></br>
<em>
<a href="#appmesh.k8s.aws/v1beta2.TCPTimeout">
Expand Down Expand Up @@ -4369,6 +4383,36 @@ TCPTimeout
</tr>
</tbody>
</table>
<h3 id="appmesh.k8s.aws/v1beta2.TcpRouteMatch">TcpRouteMatch
</h3>
<p>
(<em>Appears on:</em>
<a href="#appmesh.k8s.aws/v1beta2.TCPRoute">TCPRoute</a>)
</p>
<p>
</p>
<table>
<thead>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>port</code></br>
<em>
int64
</em>
</td>
<td>
<em>(Optional)</em>
<p>The port number to match on.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="appmesh.k8s.aws/v1beta2.TCPTimeout">TCPTimeout
</h3>
<p>
Expand Down

0 comments on commit 289a1ca

Please sign in to comment.