Skip to content

Commit 1aa1383

Browse files
committed
Update comments for Annotations
1 parent 5ab7d47 commit 1aa1383

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/crd/bases/mysql.presslabs.org_mysqlclusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6184,7 +6184,7 @@ spec:
61846184
annotations:
61856185
additionalProperties:
61866186
type: string
6187-
description: Additional annotations to append to MysqlCluster's
6187+
description: Annotations allow to specify annotations for MysqlCluster's
61886188
services
61896189
type: object
61906190
type:

deploy/charts/mysql-operator/crds/mysql.presslabs.org_mysqlclusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3777,7 +3777,7 @@ spec:
37773777
annotations:
37783778
additionalProperties:
37793779
type: string
3780-
description: Additional annotations to append to MysqlCluster's services
3780+
description: Annotations allow to specify annotations for MysqlCluster's services
37813781
type: object
37823782
type:
37833783
description: 'ServiceType defines a type for Services: ClusterIP, Loadbalancer, etc.'

pkg/apis/mysql/v1alpha1/mysqlcluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ type ServiceSpec struct {
251251
// +optional
252252
ServiceType core.ServiceType `json:"type,omitempty"`
253253

254-
// Annotations. Additional annotations to append to MysqlCluster's services
254+
// Annotations allow to specify annotations for MysqlCluster's services
255255
// +optional
256256
Annotations map[string]string `json:"annotations,omitempty"`
257257
}

0 commit comments

Comments
 (0)