fix typo in download request validation tag (#2009)

Signed-off-by: Steve Kriss <krisss@vmware.com>
pull/2022/head
Steve Kriss 2019-10-28 17:00:03 -06:00 committed by Adnan Abdulhussein
parent 558e4b9075
commit 5d6b129ea5
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ type DownloadRequestSpec struct {
}
// DownloadTargetKind represents what type of file to download.
// +kubebuilder:validation:Enum=BackupLog;BackupContents;BackupVolumeSnapshot;BackupResourceList;RestoreLog;RestoreResults
// +kubebuilder:validation:Enum=BackupLog;BackupContents;BackupVolumeSnapshots;BackupResourceList;RestoreLog;RestoreResults
type DownloadTargetKind string
const (

File diff suppressed because one or more lines are too long

View File

@ -43,7 +43,7 @@ spec:
enum:
- BackupLog
- BackupContents
- BackupVolumeSnapshot
- BackupVolumeSnapshots
- BackupResourceList
- RestoreLog
- RestoreResults