Skip to content

Commit

Permalink
style: correct spelling of statefulset (#740)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
  • Loading branch information
hezhizhen authored Oct 28, 2024
1 parent 5b37360 commit 79a6af7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apis/risingwave/v1alpha1/risingwave_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type RisingWaveSpec struct {

// Flag to indicate if OpenKruise should be enabled for components.
// If enabled, CloneSets will be used for meta/frontend/compactor nodes
// and Advanced StateFulSets will be used for compute nodes.
// and Advanced StatefulSets will be used for compute nodes.
// +optional
// +kubebuilder:default=false
EnableOpenKruise *bool `json:"enableOpenKruise,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30303,7 +30303,7 @@ spec:
description: |-
Flag to indicate if OpenKruise should be enabled for components.
If enabled, CloneSets will be used for meta/frontend/compactor nodes
and Advanced StateFulSets will be used for compute nodes.
and Advanced StatefulSets will be used for compute nodes.
type: boolean
enableStandaloneMode:
default: false
Expand Down
2 changes: 1 addition & 1 deletion config/risingwave-operator-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30320,7 +30320,7 @@ spec:
description: |-
Flag to indicate if OpenKruise should be enabled for components.
If enabled, CloneSets will be used for meta/frontend/compactor nodes
and Advanced StateFulSets will be used for compute nodes.
and Advanced StatefulSets will be used for compute nodes.
type: boolean
enableStandaloneMode:
default: false
Expand Down
2 changes: 1 addition & 1 deletion config/risingwave-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30320,7 +30320,7 @@ spec:
description: |-
Flag to indicate if OpenKruise should be enabled for components.
If enabled, CloneSets will be used for meta/frontend/compactor nodes
and Advanced StateFulSets will be used for compute nodes.
and Advanced StatefulSets will be used for compute nodes.
type: boolean
enableStandaloneMode:
default: false
Expand Down
4 changes: 2 additions & 2 deletions docs/general/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ bool
<em>(Optional)</em>
<p>Flag to indicate if OpenKruise should be enabled for components.
If enabled, CloneSets will be used for meta/frontend/compactor nodes
and Advanced StateFulSets will be used for compute nodes.</p>
and Advanced StatefulSets will be used for compute nodes.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -4561,7 +4561,7 @@ bool
<em>(Optional)</em>
<p>Flag to indicate if OpenKruise should be enabled for components.
If enabled, CloneSets will be used for meta/frontend/compactor nodes
and Advanced StateFulSets will be used for compute nodes.</p>
and Advanced StatefulSets will be used for compute nodes.</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 79a6af7

Please sign in to comment.