feat(recurring-job): update YAML
Ref: 5186 Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
This commit is contained in:
parent
ec91e90f08
commit
26a6c23156
@ -2272,7 +2272,7 @@ spec:
|
|||||||
jsonPath: .spec.groups
|
jsonPath: .spec.groups
|
||||||
name: Groups
|
name: Groups
|
||||||
type: string
|
type: string
|
||||||
- description: Should be one of "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup" or "backup-force-create"
|
- description: Should be one of "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup", "backup-force-create" or "filesystem-trim"
|
||||||
jsonPath: .spec.task
|
jsonPath: .spec.task
|
||||||
name: Task
|
name: Task
|
||||||
type: string
|
type: string
|
||||||
@ -2334,7 +2334,7 @@ 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-force-create", "snapshot-cleanup", "snapshot-delete", "backup" or "backup-force-create".
|
description: The recurring job task. Can be "snapshot", "snapshot-force-create", "snapshot-cleanup", "snapshot-delete", "backup", "backup-force-create" or "filesystem-trim"
|
||||||
enum:
|
enum:
|
||||||
- snapshot
|
- snapshot
|
||||||
- snapshot-force-create
|
- snapshot-force-create
|
||||||
@ -2342,6 +2342,7 @@ spec:
|
|||||||
- snapshot-delete
|
- snapshot-delete
|
||||||
- backup
|
- backup
|
||||||
- backup-force-create
|
- backup-force-create
|
||||||
|
- filesystem-trim
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
@ -3477,6 +3478,7 @@ spec:
|
|||||||
- snapshot-delete
|
- snapshot-delete
|
||||||
- backup
|
- backup
|
||||||
- backup-force-create
|
- backup-force-create
|
||||||
|
- filesystem-trim
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
Loading…
Reference in New Issue
Block a user