Skip to content

Commit

Permalink
Added phase level progress fields in CRD
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
  • Loading branch information
PrasadG193 committed Apr 17, 2023
1 parent 6dbcdba commit 37e30eb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pkg/customresource/actionset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,17 @@ spec:
type: object
state:
type: string
progress:
properties:
progressPercent:
type: integer
sizeUploadedB:
type: integer
estimatedTimeSeconds:
type: integer
estimatedUploadSizeB:
type: integer
type: object
type: object
phases:
description: Phases are sub-actions an are executed sequentially.
Expand All @@ -279,6 +290,17 @@ spec:
type: object
state:
type: string
progress:
properties:
progressPercent:
type: integer
sizeUploadedB:
type: integer
estimatedTimeSeconds:
type: integer
estimatedUploadSizeB:
type: integer
type: object
type: object
type: array
type: object
Expand Down

0 comments on commit 37e30eb

Please sign in to comment.