Change persistentDisk to gcePersistentDisk for v1beta3

This commit is contained in:
Brendan Burns 2015-01-28 14:29:53 -08:00
parent bba01c7a54
commit 6bcfe4f430

View File

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