Skip to content

Commit

Permalink
Merge pull request #66 from intelligentfu/doc_principle_line
Browse files Browse the repository at this point in the history
update api doc for pvc
  • Loading branch information
intelligentfu authored Nov 24, 2023
2 parents 002533a + 8abccfb commit ee9026a
Showing 1 changed file with 52 additions and 12 deletions.
64 changes: 52 additions & 12 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,28 +587,32 @@ BaseSpec
<tbody>
<tr>
<td>
<code>service</code><br/>
<code>BaseSpec</code><br/>
<em>
<a href="#doris.selectdb.com/v1.ExportService">
ExportService
<a href="#doris.selectdb.com/v1.BaseSpec">
BaseSpec
</a>
</em>
</td>
<td>
<p>expose the cn listen ports</p>
<p>
(Members of <code>BaseSpec</code> are embedded into this type.)
</p>
<p>the foundation spec for creating cn software services.
BaseSpec <code>json:&quot;baseSpec,omitempty&quot;</code></p>
</td>
</tr>
<tr>
<td>
<code>baseSpec</code><br/>
<code>kickOffAffinityBe</code><br/>
<em>
<a href="#doris.selectdb.com/v1.BaseSpec">
BaseSpec
</a>
bool
</em>
</td>
<td>
<p>the foundation spec for creating cn software services.</p>
<p>enable affinity with be , if kickoff affinity, the operator will set affinity on broker with be.
The affinity is preferred not required.
When the user custom affinity the switch does not take effect anymore.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1306,7 +1310,7 @@ int
<h3 id="doris.selectdb.com/v1.ExportService">ExportService
</h3>
<p>
(<em>Appears on:</em><a href="#doris.selectdb.com/v1.BaseSpec">BaseSpec</a>, <a href="#doris.selectdb.com/v1.BrokerSpec">BrokerSpec</a>)
(<em>Appears on:</em><a href="#doris.selectdb.com/v1.BaseSpec">BaseSpec</a>)
</p>
<div>
<p>ExportService consisting of expose ports for user access to software service.</p>
Expand Down Expand Up @@ -2164,6 +2168,29 @@ MetricIdentifier
</tr>
</tbody>
</table>
<h3 id="doris.selectdb.com/v1.PVCProvisioner">PVCProvisioner
(<code>string</code> alias)</h3>
<p>
(<em>Appears on:</em><a href="#doris.selectdb.com/v1.PersistentVolume">PersistentVolume</a>)
</p>
<div>
<p>PVCProvisioner defines PVC provisioner</p>
</div>
<table>
<thead>
<tr>
<th>Value</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr><td><p>&#34;Operator&#34;</p></td>
<td></td>
</tr><tr><td><p>&#34;StatefulSet&#34;</p></td>
<td></td>
</tr><tr><td><p>&#34;&#34;</p></td>
<td></td>
</tr></tbody>
</table>
<h3 id="doris.selectdb.com/v1.PersistentVolume">PersistentVolume
</h3>
<p>
Expand Down Expand Up @@ -2215,6 +2242,19 @@ string
<p>the volume name associate with</p>
</td>
</tr>
<tr>
<td>
<code>provisioner</code><br/>
<em>
<a href="#doris.selectdb.com/v1.PVCProvisioner">
PVCProvisioner
</a>
</em>
</td>
<td>
<p>defines pvc provisioner</p>
</td>
</tr>
</tbody>
</table>
<h3 id="doris.selectdb.com/v1.PodsMetricSource">PodsMetricSource
Expand Down Expand Up @@ -2380,7 +2420,7 @@ string
</em>
</td>
<td>
<p>Image for doris initialization, default is alpine:latest.</p>
<p>Image for doris initialization, default is selectdb/alpine:latest.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -2410,5 +2450,5 @@ string
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>211df42</code>.
on git commit <code>002533a</code>.
</em></p>

0 comments on commit ee9026a

Please sign in to comment.