Skip to content

Commit b104ed1

Browse files
committed
fix bug
1 parent 4f26512 commit b104ed1

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

docs/developer_docs/api-reference/parameters.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,45 @@ IniConfig
15101510
</tr>
15111511
</tbody>
15121512
</table>
1513+
<h3 id="parameters.kubeblocks.io/v1alpha1.ImageMapping">ImageMapping
1514+
</h3>
1515+
<p>
1516+
(<em>Appears on:</em><a href="#parameters.kubeblocks.io/v1alpha1.ToolConfig">ToolConfig</a>)
1517+
</p>
1518+
<div>
1519+
</div>
1520+
<table>
1521+
<thead>
1522+
<tr>
1523+
<th>Field</th>
1524+
<th>Description</th>
1525+
</tr>
1526+
</thead>
1527+
<tbody>
1528+
<tr>
1529+
<td>
1530+
<code>serviceVersions</code><br/>
1531+
<em>
1532+
[]string
1533+
</em>
1534+
</td>
1535+
<td>
1536+
<p>ServiceVersions is a list of service versions that this mapping applies to.</p>
1537+
</td>
1538+
</tr>
1539+
<tr>
1540+
<td>
1541+
<code>image</code><br/>
1542+
<em>
1543+
string
1544+
</em>
1545+
</td>
1546+
<td>
1547+
<p>Image is the container image addresses to use for the matched service versions.</p>
1548+
</td>
1549+
</tr>
1550+
</tbody>
1551+
</table>
15131552
<h3 id="parameters.kubeblocks.io/v1alpha1.IniConfig">IniConfig
15141553
</h3>
15151554
<p>
@@ -2992,6 +3031,20 @@ string
29923031
</tr>
29933032
<tr>
29943033
<td>
3034+
<code>imageMappings</code><br/>
3035+
<em>
3036+
<a href="#parameters.kubeblocks.io/v1alpha1.ImageMapping">
3037+
[]ImageMapping
3038+
</a>
3039+
</em>
3040+
</td>
3041+
<td>
3042+
<em>(Optional)</em>
3043+
<p>Defines image mapping for different service versions.</p>
3044+
</td>
3045+
</tr>
3046+
<tr>
3047+
<td>
29953048
<code>command</code><br/>
29963049
<em>
29973050
[]string

0 commit comments

Comments
 (0)