Skip to content

Commit

Permalink
fix make api-doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyelei committed Jun 21, 2024
1 parent c4552c3 commit e0a8e2d
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions docs/developer_docs/api-reference/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -2671,6 +2671,20 @@ int32
</tr>
<tr>
<td>
<code>preConditionDeadlineSeconds</code><br/>
<em>
int32
</em>
</td>
<td>
<em>(Optional)</em>
<p>Specifies the maximum time in seconds that the OpsRequest will wait for its pre-conditions to be met
before it aborts the operation.
If set to 0 (default), pre-conditions must be satisfied immediately for the OpsRequest to proceed.</p>
</td>
</tr>
<tr>
<td>
<code>SpecificOpsRequest</code><br/>
<em>
<a href="#apps.kubeblocks.io/v1alpha1.SpecificOpsRequest">
Expand Down Expand Up @@ -14329,6 +14343,20 @@ int32
</tr>
<tr>
<td>
<code>preConditionDeadlineSeconds</code><br/>
<em>
int32
</em>
</td>
<td>
<em>(Optional)</em>
<p>Specifies the maximum time in seconds that the OpsRequest will wait for its pre-conditions to be met
before it aborts the operation.
If set to 0 (default), pre-conditions must be satisfied immediately for the OpsRequest to proceed.</p>
</td>
</tr>
<tr>
<td>
<code>SpecificOpsRequest</code><br/>
<em>
<a href="#apps.kubeblocks.io/v1alpha1.SpecificOpsRequest">
Expand Down Expand Up @@ -19467,20 +19495,6 @@ Reconfigure
</tr>
<tr>
<td>
<code>preConditionDeadlineSeconds</code><br/>
<em>
int32
</em>
</td>
<td>
<em>(Optional)</em>
<p>Specifies the maximum time in seconds that the OpsRequest will wait for its pre-conditions to be met
before it aborts the operation.
If set to 0 (default), pre-conditions must be satisfied immediately for the OpsRequest to proceed.</p>
</td>
</tr>
<tr>
<td>
<code>scriptSpec</code><br/>
<em>
<a href="#apps.kubeblocks.io/v1alpha1.ScriptSpec">
Expand Down

0 comments on commit e0a8e2d

Please sign in to comment.