Skip to content

Commit

Permalink
Update CRDs (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: hmsayem <[email protected]>
  • Loading branch information
hmsayem authored Oct 2, 2024
1 parent eee2181 commit 2e6cb36
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,18 @@ spec:
resticStats:
items:
properties:
endTime:
format: date-time
type: string
hostPath:
type: string
id:
type: string
size:
type: string
startTime:
format: date-time
type: string
uploaded:
type: string
type: object
Expand Down
10 changes: 10 additions & 0 deletions crds/kubestash-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148198,6 +148198,11 @@ spec:
description: ResticStats specifies the "Restic" driver specific
information
properties:
endTime:
description: EndTime represents the timestamp at which
the restic command successfully executed
format: date-time
type: string
hostPath:
description: HostPath represents the backup path for which
restic snapshot is taken.
Expand All @@ -148208,6 +148213,11 @@ spec:
size:
description: Size represents the restic snapshot size
type: string
startTime:
description: StartTime represents the timestamp at which
the restic command was triggered
format: date-time
type: string
uploaded:
description: Uploaded specifies the amount of data that
has been uploaded in the restic snapshot.
Expand Down

0 comments on commit 2e6cb36

Please sign in to comment.