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"` }