master
volumeSpecToGRPC
func volumeSpecToGRPC(spec volumetypes.ClusterVolumeSpec) *swarmapi.VolumeSpec { swarmSpec := &swarmapi.VolumeSpec{ Group: spec.Group, }