add missing kubebuilder tags

Signed-off-by: Steve Kriss <krisss@vmware.com>
pull/2560/head
Steve Kriss 2020-05-21 15:29:59 -06:00
parent 98261ee9a0
commit 3f6183b522
3 changed files with 4 additions and 1 deletions

View File

@ -277,6 +277,8 @@ type BackupStatus struct {
// Progress contains information about the backup's execution progress. Note
// that this information is best-effort only -- if Velero fails to update it
// during a backup for any reason, it may be inaccurate/stale.
// +optional
// +nullable
Progress *BackupProgress `json:"progress,omitempty"`
}

File diff suppressed because one or more lines are too long

View File

@ -359,6 +359,7 @@ spec:
description: Progress contains information about the backup's execution
progress. Note that this information is best-effort only -- if Velero
fails to update it during a backup for any reason, it may be inaccurate/stale.
nullable: true
properties:
itemsBackedUp:
description: ItemsBackedUp is the number of items that have actually