fix typo in download request validation tag (#2009)
Signed-off-by: Steve Kriss <krisss@vmware.com>pull/2022/head
parent
558e4b9075
commit
5d6b129ea5
|
@ -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
|
@ -43,7 +43,7 @@ spec:
|
|||
enum:
|
||||
- BackupLog
|
||||
- BackupContents
|
||||
- BackupVolumeSnapshot
|
||||
- BackupVolumeSnapshots
|
||||
- BackupResourceList
|
||||
- RestoreLog
|
||||
- RestoreResults
|
||||
|
|
Loading…
Reference in New Issue