Changed PVClaimVolumeSource name to match other volume names

This commit is contained in:
markturansky
2015-06-10 16:57:33 -04:00
parent 5610db025a
commit 0a6b7b61ec
11 changed files with 42 additions and 42 deletions

View File

@@ -204,7 +204,7 @@ type VolumeSource struct {
// Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime
Glusterfs *GlusterfsVolumeSource `json:"glusterfs,omitempty"`
// PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace
PersistentVolumeClaimVolumeSource *PersistentVolumeClaimVolumeSource `json:"persistentVolumeClaim,omitempty"`
PersistentVolumeClaim *PersistentVolumeClaimVolumeSource `json:"persistentVolumeClaim,omitempty"`
// RBD represents a Rados Block Device mount on the host that shares a pod's lifetime
RBD *RBDVolumeSource `json:"rbd,omitempty"`
}