Skip to content

Commit

Permalink
Merge pull request kubernetes#3900 from brendandburns/api2
Browse files Browse the repository at this point in the history
Change persistentDisk to gcePersistentDisk for v1beta3
  • Loading branch information
bgrant0607 committed Jan 28, 2015
2 parents 18880d9 + 6bcfe4f commit 613aa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/v1beta3/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit 613aa42

Please sign in to comment.