Merge pull request #3900 from brendandburns/api2

Change persistentDisk to gcePersistentDisk for v1beta3
This commit is contained in:
Brian Grant 2015-01-28 15:02:55 -08:00
commit 613aa42550

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