Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
Song Gao committed Mar 23, 2020
1 parent 0a32933 commit cbe0713
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api-references/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -4368,7 +4368,7 @@ <h3 id="pingcap.com/v1alpha1.PDReplicationConfig">PDReplicationConfig
</td>
<td>
<em>(Optional)</em>
<p>When PlacementRules feature is enabled. MaxReplicas and LocationLabels are not uesd any more.</p>
<p>When PlacementRules feature is enabled. MaxReplicas and LocationLabels are not uesd anymore.</p>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion manifests/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ spec:
properties:
enable-placement-rules:
description: When PlacementRules feature is enabled. MaxReplicas
and LocationLabels are not uesd any more.
and LocationLabels are not uesd anymore.
type: string
max-replicas:
description: 'MaxReplicas is the number of replicas for
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/pd_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ type PDReplicationConfig struct {
// +optional
StrictlyMatchLabel *bool `toml:"strictly-match-label,omitempty" json:"strictly-match-label,string,omitempty"`

// When PlacementRules feature is enabled. MaxReplicas and LocationLabels are not uesd any more.
// When PlacementRules feature is enabled. MaxReplicas and LocationLabels are not uesd anymore.
// +optional
EnablePlacementRules *bool `toml:"enable-placement-rules" json:"enable-placement-rules,string,omitempty"`
}
Expand Down

0 comments on commit cbe0713

Please sign in to comment.