diff --git a/test/e2e/pd.go b/test/e2e/pd.go index 17445d2635f..8f7cd7fe00a 100644 --- a/test/e2e/pd.go +++ b/test/e2e/pd.go @@ -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,