From 072bdf3f417095da6c281bc12b844af8c8dffab1 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Thu, 29 Sep 2016 21:34:51 -0700 Subject: [PATCH] docs: backup StorageType default is PV --- pkg/backup/policy.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/backup/policy.go b/pkg/backup/policy.go index db55b74..68b223a 100644 --- a/pkg/backup/policy.go +++ b/pkg/backup/policy.go @@ -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"` }