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 Jan 22, 2025
1 parent f2b8d38 commit 6fd736f
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion content/docs/main/docs/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -2921,6 +2921,19 @@ <h3 id="crd.antrea.io/v1alpha1.BGPPolicy">BGPPolicy
</tr>
<tr>
<td>
<code>confederation</code></br>
<em>
<a href="#crd.antrea.io/v1alpha1.Confederation">
Confederation
</a>
</em>
</td>
<td>
<p>Confederation specifies BGP confederation configuration.</p>
</td>
</tr>
<tr>
<td>
<code>advertisements</code></br>
<em>
<a href="#crd.antrea.io/v1alpha1.Advertisements">
Expand Down Expand Up @@ -3591,6 +3604,19 @@ <h3 id="crd.antrea.io/v1alpha1.BGPPolicySpec">BGPPolicySpec
</tr>
<tr>
<td>
<code>confederation</code></br>
<em>
<a href="#crd.antrea.io/v1alpha1.Confederation">
Confederation
</a>
</em>
</td>
<td>
<p>Confederation specifies BGP confederation configuration.</p>
</td>
</tr>
<tr>
<td>
<code>advertisements</code></br>
<em>
<a href="#crd.antrea.io/v1alpha1.Advertisements">
Expand Down Expand Up @@ -3847,6 +3873,46 @@ <h3 id="crd.antrea.io/v1alpha1.CaptureConfig">CaptureConfig
</tr>
</tbody>
</table>
<h3 id="crd.antrea.io/v1alpha1.Confederation">Confederation
</h3>
<p>
(<em>Appears on:</em>
<a href="#crd.antrea.io/v1alpha1.BGPPolicySpec">BGPPolicySpec</a>)
</p>
<p>
</p>
<table>
<thead>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>identifier</code></br>
<em>
int32
</em>
</td>
<td>
<p>Identifier specifies the confederation&rsquo;s ASN.</p>
</td>
</tr>
<tr>
<td>
<code>memberASNs</code></br>
<em>
[]int32
</em>
</td>
<td>
<p>MemberASNs lists the ASNs of other members in the confederation.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="crd.antrea.io/v1alpha1.Destination">Destination
</h3>
<p>
Expand Down Expand Up @@ -12483,5 +12549,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>2a83607</code>.
on git commit <code>b399b26</code>.
</em></p>

0 comments on commit 6fd736f

Please sign in to comment.