Merge pull request #8031 from shawnps/patch-4

Fix struct tag
This commit is contained in:
Marek Grabowski 2015-05-11 13:58:48 +02:00
commit a0a68b0581

View File

@ -247,7 +247,7 @@ type PersistentVolume struct {
type PersistentVolumeSpec struct {
// Resources represents the actual resources of the volume
Capacity ResourceList `json:"capacity`
Capacity ResourceList `json:"capacity"`
// Source represents the location and type of a volume to mount.
PersistentVolumeSource `json:",inline"`
// AccessModes contains all ways the volume can be mounted