pull/6/head
Tim Hockin 2015-02-23 14:38:39 -08:00
parent d880be0301
commit 0c5e421e92
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ func testPDPod(diskName, targetHost string, readOnly bool) *api.Pod {
{
Name: "testpd",
Source: api.VolumeSource{
GCEPersistentDisk: &api.GCEPersistentDisk{
GCEPersistentDisk: &api.GCEPersistentDiskVolumeSource{
PDName: diskName,
FSType: "ext4",
ReadOnly: readOnly,