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 {
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
249249type 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}
You can’t perform that action at this time.
0 commit comments