Fix struct tag

pull/6/head
Shawn Smith 2015-05-10 13:06:20 +09:00
parent 738f403eea
commit 8105ac5346
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ type PersistentVolumeClaimStatus struct {
// Phase represents the current phase of PersistentVolumeClaim
Phase PersistentVolumeClaimPhase `json:"phase,omitempty"`
// AccessModes contains all ways the volume backing the PVC can be mounted
AccessModes []AccessModeType `json:"accessModes,omitempty`
AccessModes []AccessModeType `json:"accessModes,omitempty"`
// Represents the actual resources of the underlying volume
Capacity ResourceList `json:"capacity,omitempty"`
// VolumeRef is a reference to the PersistentVolume bound to the PersistentVolumeClaim