Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrise-l committed Sep 23, 2024
1 parent 9bbe455 commit 5ce0ebb
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
40 changes: 20 additions & 20 deletions apis/extensions/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 42 additions & 42 deletions docs/developer_docs/api-reference/add-on.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ the selector and auto-install settings.</p>
</tr>
<tr>
<td>
<code>DependentAddons</code><br/>
<code>dependentAddons</code><br/>
<em>
<a href="#extensions.kubeblocks.io/v1alpha1.DependentAddon">
[]DependentAddon
Expand Down Expand Up @@ -272,46 +272,6 @@ all selectors must evaluate to true.</p>
</tr>
</tbody>
</table>
<h3 id="extensions.kubeblocks.io/v1alpha1.DependentAddon">DependentAddon
</h3>
<p>
(<em>Appears on:</em><a href="#extensions.kubeblocks.io/v1alpha1.AddonSpec">AddonSpec</a>)
</p>
<div>
</div>
<table>
<thead>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>name</code><br/>
<em>
string
</em>
</td>
<td>
<p>The name of the dependent addon.</p>
</td>
</tr>
<tr>
<td>
<code>version</code><br/>
<em>
[]string
</em>
</td>
<td>
<em>(Optional)</em>
<p>All matching versions of the dependent addon. If empty, defaults to the same version as the current addon.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="extensions.kubeblocks.io/v1alpha1.AddonInstallExtraItem">AddonInstallExtraItem
</h3>
<p>
Expand Down Expand Up @@ -680,7 +640,7 @@ the selector and auto-install settings.</p>
</tr>
<tr>
<td>
<code>DependentAddons</code><br/>
<code>dependentAddons</code><br/>
<em>
<a href="#extensions.kubeblocks.io/v1alpha1.DependentAddon">
[]DependentAddon
Expand Down Expand Up @@ -862,6 +822,46 @@ string
</tr>
</tbody>
</table>
<h3 id="extensions.kubeblocks.io/v1alpha1.DependentAddon">DependentAddon
</h3>
<p>
(<em>Appears on:</em><a href="#extensions.kubeblocks.io/v1alpha1.AddonSpec">AddonSpec</a>)
</p>
<div>
</div>
<table>
<thead>
<tr>
<th>Field</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>name</code><br/>
<em>
string
</em>
</td>
<td>
<p>The name of the dependent addon.</p>
</td>
</tr>
<tr>
<td>
<code>version</code><br/>
<em>
[]string
</em>
</td>
<td>
<em>(Optional)</em>
<p>All matching versions of the dependent addon. If empty, defaults to the same version as the current addon.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="extensions.kubeblocks.io/v1alpha1.HelmInstallOptions">HelmInstallOptions
(<code>map[string]string</code> alias)</h3>
<p>
Expand Down

0 comments on commit 5ce0ebb

Please sign in to comment.