This commit is contained in:
Tim Hockin 2015-02-23 14:38:39 -08:00
parent d880be0301
commit 0c5e421e92

View File

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