From 48927cb2093c39c4407790a3f46280301744c604 Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sun, 10 May 2015 13:09:13 +0900 Subject: [PATCH] Fix struct tag --- pkg/api/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/types.go b/pkg/api/types.go index ed4f75bf133..3c82e738876 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -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