Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #277 from masayag/update_comment
Browse files Browse the repository at this point in the history
Update func description
  • Loading branch information
Jakub Dzon authored Jun 5, 2020
2 parents 03f3613 + 387289c commit 7082751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ func (m *mockMapper) MapDataVolumes(targetVMName *string) (map[string]cdiv1.Data
return map[string]cdiv1.DataVolume{"123": {}}, nil
}

// MapDisks implements Mapper.MapDataVolumes
// MapDisks implements Mapper.MapDisks
func (m *mockMapper) MapDisks(vmSpec *kubevirtv1.VirtualMachine, dvs map[string]cdiv1.DataVolume) {
}

Expand Down

0 comments on commit 7082751

Please sign in to comment.