From 0c5e421e92803af866dca445ae486ba767989996 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 23 Feb 2015 14:38:39 -0800 Subject: [PATCH] fix head --- test/e2e/pd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,