Skip to content

Commit

Permalink
Add generated CRD changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Arnold <marnold@redhat.com>
  • Loading branch information
mrnold committed Aug 20, 2024
1 parent d9da876 commit 2898fcc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions config/crd/v2alpha1/bases/velero.io_datauploads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ spec:
jsonPath: .status.node
name: Node
type: string
- description: Elapsed time of actual transfer, eventually 'completion time' -
'start time'.
jsonPath: .status.elapsedTransferTime
name: Elapsed Time
type: string
name: v2alpha1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -159,6 +164,11 @@ spec:
as a result of the DataUpload.
nullable: true
type: object
elapsedTransferTime:
description: |-
ElapsedTransferTime is the total amount of time it took to complete
this DataUpload (completion time - start time).
type: string
message:
description: Message is a message about the DataUpload's status.
type: string
Expand Down
2 changes: 1 addition & 1 deletion config/crd/v2alpha1/crds/crds.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/apis/velero/v2alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2898fcc

Please sign in to comment.