Skip to content

Commit

Permalink
*: fix typo
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 3941b99 commit fa0a56e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/api-references/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ string
</tr>
<tr>
<td>
<code>tolerateSingleTiKVOutageOutage</code></br>
<code>tolerateSingleTiKVOutage</code></br>
<em>
bool
</em>
Expand Down Expand Up @@ -14305,7 +14305,7 @@ string
</tr>
<tr>
<td>
<code>tolerateSingleTiKVOutageOutage</code></br>
<code>tolerateSingleTiKVOutage</code></br>
<em>
bool
</em>
Expand Down
2 changes: 1 addition & 1 deletion manifests/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17117,7 +17117,7 @@ spec:
- host
- secretName
type: object
tolerateSingleTiKVOutageOutage:
tolerateSingleTiKVOutage:
default: false
type: boolean
tolerations:
Expand Down
2 changes: 1 addition & 1 deletion manifests/crd/v1/pingcap.com_restores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@ spec:
- host
- secretName
type: object
tolerateSingleTiKVOutageOutage:
tolerateSingleTiKVOutage:
default: false
type: boolean
tolerations:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/pingcap/v1alpha1/openapi_generated.go

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

2 changes: 1 addition & 1 deletion pkg/apis/pingcap/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2530,7 +2530,7 @@ type RestoreSpec struct {
AdditionalVolumeMounts []corev1.VolumeMount `json:"additionalVolumeMounts,omitempty"`
// TolerateSingleTiKVOutage indicates whether to tolerate a single failure of a store without data loss
// +kubebuilder:default=false
TolerateSingleTiKVOutage bool `json:"tolerateSingleTiKVOutageOutage,omitempty"`
TolerateSingleTiKVOutage bool `json:"tolerateSingleTiKVOutage,omitempty"`
}

// FederalVolumeRestorePhase represents a phase to execute in federal volume restore
Expand Down

0 comments on commit fa0a56e

Please sign in to comment.