Skip to content

Commit

Permalink
fix: backup create api
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyi1159 committed Nov 11, 2024
1 parent 542e945 commit 5302612
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .generator/schemas/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11644,6 +11644,7 @@ components:
backupType:
$ref: '#/components/schemas/backupType'
completionTimestamp:
nullable: true
description: Date/time when the backup finished being processed.
format: date-time
type: string
Expand All @@ -11652,6 +11653,7 @@ components:
format: date-time
type: string
duration:
nullable: true
description: The duration time of backup execution. When converted to a string, the form is "1h2m0.5s".
type: string
name:
Expand All @@ -11667,10 +11669,12 @@ components:
description: sourceCluster records the source cluster information for this backup.
type: string
startTimestamp:
nullable: true
description: Date/time when the backup started being processed.
format: date-time
type: string
status:
nullable: true
$ref: '#/components/schemas/backupStatus'
timeRangeEnd:
description: timeRangeEnd records the end time of the backup.
Expand All @@ -11681,6 +11685,7 @@ components:
format: date-time
type: string
totalSize:
nullable: true
description: Backup total size. A string with capacity units in the form of "1Gi", "1Mi", "1Ki".
type: string
failureReason:
Expand All @@ -11696,6 +11701,7 @@ components:
description: the path of backup files
type: string
retentionPeriod:
nullable: true
description: determines a duration up to which the backup should be kept
type: string
expiration:
Expand Down Expand Up @@ -11725,16 +11731,11 @@ components:
- backupMethod
- backupPolicyName
- backupType
- completionTimestamp
- creationTimestamp
- duration
- name
- orgName
- snapshotVolumes
- sourceCluster
- startTimestamp
- status
- totalSize
type: object
backupPolicy:
description: BackupPolicy is the payload for KubeBlocks cluster backup policy
Expand Down

0 comments on commit 5302612

Please sign in to comment.