feat(recurring-job): update YAML for new tasks
Ref: 4898
Signed-off-by: James Lu <james.lu@suse.com>
(cherry picked from commit 6c6cb23be1
)
This commit is contained in:
parent
e868297b9e
commit
61162f2028
@ -2269,7 +2269,7 @@ spec:
|
|||||||
jsonPath: .spec.groups
|
jsonPath: .spec.groups
|
||||||
name: Groups
|
name: Groups
|
||||||
type: string
|
type: string
|
||||||
- description: Should be one of "snapshot", "snapshot-cleanup", "snapshot-delete" or "backup"
|
- description: Should be one of "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup" or "backup-force-create".
|
||||||
jsonPath: .spec.task
|
jsonPath: .spec.task
|
||||||
name: Task
|
name: Task
|
||||||
type: string
|
type: string
|
||||||
@ -2331,12 +2331,14 @@ spec:
|
|||||||
description: The retain count of the snapshot/backup.
|
description: The retain count of the snapshot/backup.
|
||||||
type: integer
|
type: integer
|
||||||
task:
|
task:
|
||||||
description: The recurring job task. Can be "snapshot", "snapshot-cleanup", "snapshot-delete" or "backup".
|
description: The recurring job task. Can be "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup" or "backup-force-create".
|
||||||
enum:
|
enum:
|
||||||
- snapshot
|
- snapshot
|
||||||
|
- snapshot-force-create
|
||||||
- snapshot-cleanup
|
- snapshot-cleanup
|
||||||
- snapshot-delete
|
- snapshot-delete
|
||||||
- backup
|
- backup
|
||||||
|
- backup-force-create
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
@ -3461,9 +3463,11 @@ spec:
|
|||||||
task:
|
task:
|
||||||
enum:
|
enum:
|
||||||
- snapshot
|
- snapshot
|
||||||
|
- snapshot-force-create
|
||||||
- snapshot-cleanup
|
- snapshot-cleanup
|
||||||
- snapshot-delete
|
- snapshot-delete
|
||||||
- backup
|
- backup
|
||||||
|
- backup-force-create
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
Loading…
Reference in New Issue
Block a user