Skip to content

Commit

Permalink
Website update for main
Browse files Browse the repository at this point in the history
  • Loading branch information
antrea-bot committed Dec 10, 2024
1 parent 997ee53 commit af93050
Showing 1 changed file with 1 addition and 125 deletions.
126 changes: 1 addition & 125 deletions content/docs/main/docs/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -3908,61 +3908,6 @@ <h3 id="crd.antrea.io/v1alpha1.ExternalNodeSpec">ExternalNodeSpec
</tr>
</tbody>
</table>
<h3 id="crd.antrea.io/v1alpha1.HTTPProtocol">HTTPProtocol
</h3>
<p>
(<em>Appears on:</em>
<a href="#crd.antrea.io/v1alpha1.L7Protocol">L7Protocol</a>)
</p>
<p>
<p>HTTPProtocol matches HTTP requests with specific host, method, and path. All fields could be used alone or together.
If all fields are not provided, it matches all HTTP requests.</p>
</p>
<table>
<thead>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>host</code></br>
<em>
string
</em>
</td>
<td>
<p>Host represents the hostname present in the URI or the HTTP Host header to match.
It does not contain the port associated with the host.</p>
</td>
</tr>
<tr>
<td>
<code>method</code></br>
<em>
string
</em>
</td>
<td>
<p>Method represents the HTTP method to match.
It could be GET, POST, PUT, HEAD, DELETE, TRACE, OPTIONS, CONNECT and PATCH.</p>
</td>
</tr>
<tr>
<td>
<code>path</code></br>
<em>
string
</em>
</td>
<td>
<p>Path represents the URI path to match (Ex. &ldquo;/index.html&rdquo;, &ldquo;/admin&rdquo;).</p>
</td>
</tr>
</tbody>
</table>
<h3 id="crd.antrea.io/v1alpha1.IPBlock">IPBlock
</h3>
<p>
Expand Down Expand Up @@ -3991,44 +3936,6 @@ <h3 id="crd.antrea.io/v1alpha1.IPBlock">IPBlock
</tr>
</tbody>
</table>
<h3 id="crd.antrea.io/v1alpha1.L7Protocol">L7Protocol
</h3>
<p>
</p>
<table>
<thead>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>http</code></br>
<em>
<a href="#crd.antrea.io/v1alpha1.HTTPProtocol">
HTTPProtocol
</a>
</em>
</td>
<td>
</td>
</tr>
<tr>
<td>
<code>tls</code></br>
<em>
<a href="#crd.antrea.io/v1alpha1.TLSProtocol">
TLSProtocol
</a>
</em>
</td>
<td>
</td>
</tr>
</tbody>
</table>
<h3 id="crd.antrea.io/v1alpha1.NamespacedName">NamespacedName
</h3>
<p>
Expand Down Expand Up @@ -4891,37 +4798,6 @@ <h3 id="crd.antrea.io/v1alpha1.TCPHeader">TCPHeader
</tr>
</tbody>
</table>
<h3 id="crd.antrea.io/v1alpha1.TLSProtocol">TLSProtocol
</h3>
<p>
(<em>Appears on:</em>
<a href="#crd.antrea.io/v1alpha1.L7Protocol">L7Protocol</a>)
</p>
<p>
<p>TLSProtocol matches TLS handshake packets with specific SNI. If the field is not provided, this
matches all TLS handshake packets.</p>
</p>
<table>
<thead>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>sni</code></br>
<em>
string
</em>
</td>
<td>
<p>SNI (Server Name Indication) indicates the server domain name in the TLS/SSL hello message.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="crd.antrea.io/v1alpha1.TransportHeader">TransportHeader
</h3>
<p>
Expand Down Expand Up @@ -12571,5 +12447,5 @@ <h3 id="system.antrea.io/v1beta1.BundleStatus">BundleStatus
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>773fb32</code>.
on git commit <code>893b801</code>.
</em></p>

0 comments on commit af93050

Please sign in to comment.