From 6bcfe4f430fffed516add21299f0fb86833563f4 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Wed, 28 Jan 2015 14:29:53 -0800 Subject: [PATCH] Change persistentDisk to gcePersistentDisk for v1beta3 --- pkg/api/v1beta3/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/v1beta3/types.go b/pkg/api/v1beta3/types.go index a86b55ac5f7..0f0a9391fbb 100644 --- a/pkg/api/v1beta3/types.go +++ b/pkg/api/v1beta3/types.go @@ -181,7 +181,7 @@ type VolumeSource struct { EmptyDir *EmptyDir `json:"emptyDir"` // GCEPersistentDisk represents a GCE Disk resource that is attached to a // kubelet's host machine and then exposed to the pod. - GCEPersistentDisk *GCEPersistentDisk `json:"persistentDisk"` + GCEPersistentDisk *GCEPersistentDisk `json:"gcePersistentDisk"` // GitRepo represents a git repository at a particular revision. GitRepo *GitRepo `json:"gitRepo"` }