Skip to content

Commit 5ab7d47

Browse files
committed
Fix typo in ServiceSpec comments
1 parent e258791 commit 5ab7d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/apis/mysql/v1alpha1/mysqlcluster_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,13 @@ type VolumeSpec struct {
245245
PersistentVolumeClaim *core.PersistentVolumeClaimSpec `json:"persistentVolumeClaim,omitempty"`
246246
}
247247

248-
// ServiceSpeci s the desired spec for addition configuration of MysqlCluster services
248+
// ServiceSpec s the desired spec for addition configuration of MysqlCluster services
249249
type ServiceSpec struct {
250250
// ServiceType defines a type for Services: ClusterIP, Loadbalancer, etc.
251251
// +optional
252252
ServiceType core.ServiceType `json:"type,omitempty"`
253253

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

0 commit comments

Comments
 (0)