File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,13 +245,13 @@ type VolumeSpec struct {
245
245
PersistentVolumeClaim * core.PersistentVolumeClaimSpec `json:"persistentVolumeClaim,omitempty"`
246
246
}
247
247
248
- // ServiceSpeci s the desired spec for addition configuration of MysqlCluster services
248
+ // ServiceSpec s the desired spec for addition configuration of MysqlCluster services
249
249
type ServiceSpec struct {
250
250
// ServiceType defines a type for Services: ClusterIP, Loadbalancer, etc.
251
251
// +optional
252
252
ServiceType core.ServiceType `json:"type,omitempty"`
253
253
254
- // Additional annotations to append to MysqlCluster's services
254
+ // Annotations. Additional annotations to append to MysqlCluster's services
255
255
// +optional
256
256
Annotations map [string ]string `json:"annotations,omitempty"`
257
257
}
You can’t perform that action at this time.
0 commit comments