Fix struct tag

This commit is contained in:
Shawn Smith
2015-05-10 13:09:13 +09:00
parent 738f403eea
commit 48927cb209

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