diff --git a/docs/api-references/docs.html b/docs/api-references/docs.html index 21287666be..2cb38ad2bb 100644 --- a/docs/api-references/docs.html +++ b/docs/api-references/docs.html @@ -4368,7 +4368,7 @@

PDReplicationConfig (Optional) -

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.

diff --git a/manifests/crd.yaml b/manifests/crd.yaml index 82319d3035..e9ce685ce3 100644 --- a/manifests/crd.yaml +++ b/manifests/crd.yaml @@ -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 diff --git a/pkg/apis/pingcap/v1alpha1/openapi_generated.go b/pkg/apis/pingcap/v1alpha1/openapi_generated.go index 43ced8f3e3..cd851d0f53 100644 --- a/pkg/apis/pingcap/v1alpha1/openapi_generated.go +++ b/pkg/apis/pingcap/v1alpha1/openapi_generated.go @@ -1773,7 +1773,7 @@ func schema_pkg_apis_pingcap_v1alpha1_PDReplicationConfig(ref common.ReferenceCa }, "enable-placement-rules": { SchemaProps: spec.SchemaProps{ - Description: "When PlacementRules feature is enabled. MaxReplicas and LocationLabels are not uesd any more.", + Description: "When PlacementRules feature is enabled. MaxReplicas and LocationLabels are not uesd anymore.", Type: []string{"string"}, Format: "", }, diff --git a/pkg/apis/pingcap/v1alpha1/pd_config.go b/pkg/apis/pingcap/v1alpha1/pd_config.go index e308e37548..b8012b5a18 100644 --- a/pkg/apis/pingcap/v1alpha1/pd_config.go +++ b/pkg/apis/pingcap/v1alpha1/pd_config.go @@ -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"` }