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 Aug 29, 2023
1 parent 905cd59 commit d61c950
Showing 1 changed file with 106 additions and 2 deletions.
108 changes: 106 additions & 2 deletions content/docs/main/docs/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ <h2 id="controlplane.antrea.io/v1beta2">controlplane.antrea.io/v1beta2</h2>
</li><li>
<a href="#controlplane.antrea.io/v1beta2.GroupAssociation">GroupAssociation</a>
</li><li>
<a href="#controlplane.antrea.io/v1beta2.GroupMembers">GroupMembers</a>
</li><li>
<a href="#controlplane.antrea.io/v1beta2.IPGroupAssociation">IPGroupAssociation</a>
</li><li>
<a href="#controlplane.antrea.io/v1beta2.NetworkPolicy">NetworkPolicy</a>
Expand Down Expand Up @@ -166,7 +168,7 @@ <h3 id="controlplane.antrea.io/v1beta2.AppliedToGroup">AppliedToGroup
<h3 id="controlplane.antrea.io/v1beta2.ClusterGroupMembers">ClusterGroupMembers
</h3>
<p>
<p>ClusterGroupMembers is a list of GroupMember objects or ipBlocks that are currently selected by a ClusterGroup.</p>
<p>ClusterGroupMembers is a list of GroupMember objects or IPBlocks that are currently selected by a ClusterGroup.</p>
</p>
<table>
<thead>
Expand Down Expand Up @@ -381,6 +383,106 @@ <h3 id="controlplane.antrea.io/v1beta2.GroupAssociation">GroupAssociation
</tr>
</tbody>
</table>
<h3 id="controlplane.antrea.io/v1beta2.GroupMembers">GroupMembers
</h3>
<p>
<p>GroupMembers is a list of GroupMember objects or IPBlocks that are currently selected by a Group.</p>
</p>
<table>
<thead>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>apiVersion</code></br>
string</td>
<td>
<code>
controlplane.antrea.io/v1beta2
</code>
</td>
</tr>
<tr>
<td>
<code>kind</code></br>
string
</td>
<td><code>GroupMembers</code></td>
</tr>
<tr>
<td>
<code>metadata</code></br>
<em>
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#objectmeta-v1-meta">
Kubernetes meta/v1.ObjectMeta
</a>
</em>
</td>
<td>
Refer to the Kubernetes API documentation for the fields of the
<code>metadata</code> field.
</td>
</tr>
<tr>
<td>
<code>effectiveMembers</code></br>
<em>
<a href="#controlplane.antrea.io/v1beta2.GroupMember">
[]GroupMember
</a>
</em>
</td>
<td>
</td>
</tr>
<tr>
<td>
<code>effectiveIPBlocks</code></br>
<em>
<a href="#controlplane.antrea.io/v1beta2.IPNet">
[]IPNet
</a>
</em>
</td>
<td>
</td>
</tr>
<tr>
<td>
<code>totalMembers</code></br>
<em>
int64
</em>
</td>
<td>
</td>
</tr>
<tr>
<td>
<code>totalPages</code></br>
<em>
int64
</em>
</td>
<td>
</td>
</tr>
<tr>
<td>
<code>currentPage</code></br>
<em>
int64
</em>
</td>
<td>
</td>
</tr>
</tbody>
</table>
<h3 id="controlplane.antrea.io/v1beta2.IPGroupAssociation">IPGroupAssociation
</h3>
<p>
Expand Down Expand Up @@ -1071,6 +1173,7 @@ <h3 id="controlplane.antrea.io/v1beta2.GroupMember">GroupMember
<a href="#controlplane.antrea.io/v1beta2.AppliedToGroup">AppliedToGroup</a>,
<a href="#controlplane.antrea.io/v1beta2.ClusterGroupMembers">ClusterGroupMembers</a>,
<a href="#controlplane.antrea.io/v1beta2.EgressGroup">EgressGroup</a>,
<a href="#controlplane.antrea.io/v1beta2.GroupMembers">GroupMembers</a>,
<a href="#controlplane.antrea.io/v1beta2.AddressGroupPatch">AddressGroupPatch</a>,
<a href="#controlplane.antrea.io/v1beta2.AppliedToGroupPatch">AppliedToGroupPatch</a>,
<a href="#controlplane.antrea.io/v1beta2.EgressGroupPatch">EgressGroupPatch</a>)
Expand Down Expand Up @@ -1344,6 +1447,7 @@ <h3 id="controlplane.antrea.io/v1beta2.IPNet">IPNet
<p>
(<em>Appears on:</em>
<a href="#controlplane.antrea.io/v1beta2.ClusterGroupMembers">ClusterGroupMembers</a>,
<a href="#controlplane.antrea.io/v1beta2.GroupMembers">GroupMembers</a>,
<a href="#controlplane.antrea.io/v1beta2.IPBlock">IPBlock</a>)
</p>
<p>
Expand Down Expand Up @@ -14216,5 +14320,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>a6c893c</code>.
on git commit <code>2135110</code>.
</em></p>

0 comments on commit d61c950

Please sign in to comment.