Skip to content

Commit

Permalink
*: refresh yaml
Browse files Browse the repository at this point in the history
Signed-off-by: BornChanger <dawn_catcher@126.com>
  • Loading branch information
BornChanger authored and ti-chi-bot committed Mar 20, 2024
1 parent e5fbc8e commit 3941b99
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/api-references/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,17 @@ string
<p>Additional volume mounts of component pod.</p>
</td>
</tr>
<tr>
<td>
<code>tolerateSingleTiKVOutageOutage</code></br>
<em>
bool
</em>
</td>
<td>
<p>TolerateSingleTiKVOutage indicates whether to tolerate a single failure of a store without data loss</p>
</td>
</tr>
</table>
</td>
</tr>
Expand Down Expand Up @@ -14292,6 +14303,17 @@ string
<p>Additional volume mounts of component pod.</p>
</td>
</tr>
<tr>
<td>
<code>tolerateSingleTiKVOutageOutage</code></br>
<em>
bool
</em>
</td>
<td>
<p>TolerateSingleTiKVOutage indicates whether to tolerate a single failure of a store without data loss</p>
</td>
</tr>
</tbody>
</table>
<h3 id="restorestatus">RestoreStatus</h3>
Expand Down
3 changes: 3 additions & 0 deletions manifests/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17117,6 +17117,9 @@ spec:
- host
- secretName
type: object
tolerateSingleTiKVOutageOutage:
default: false
type: boolean
tolerations:
items:
properties:
Expand Down
3 changes: 3 additions & 0 deletions manifests/crd/v1/pingcap.com_restores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2755,6 +2755,9 @@ spec:
- host
- secretName
type: object
tolerateSingleTiKVOutageOutage:
default: false
type: boolean
tolerations:
items:
properties:
Expand Down
7 changes: 7 additions & 0 deletions pkg/apis/pingcap/v1alpha1/openapi_generated.go

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

0 comments on commit 3941b99

Please sign in to comment.