docs: backup StorageType default is PV

This commit is contained in:
Hongchao Deng 2016-09-29 21:34:51 -07:00
Родитель bed78cc116
Коммит 072bdf3f41
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -28,5 +28,6 @@ type Policy struct {
// If the snapshot size is larger than the size specified, backup fails.
VolumeSizeInMB int `json:"volumeSizeInMB"`
// StorageType specifies the type of storage device to store backup files.
// If it's not set by user, the default is "PersistentVolume".
StorageType StorageType `json:"storageType,omitempty"`
}