feat(system-backup): update YAML

ref: 5011

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
This commit is contained in:
Chin-Ya Huang 2023-05-25 09:26:04 +08:00 committed by David Ko
parent 5fc22ebca9
commit 036ea2be75

View File

@ -3166,6 +3166,11 @@ spec:
type: object type: object
spec: spec:
description: SystemBackupSpec defines the desired state of the Longhorn SystemBackup description: SystemBackupSpec defines the desired state of the Longhorn SystemBackup
properties:
volumeBackupPolicy:
description: The create volume backup policy Can be "if-not-present", "always" or "disabled"
nullable: true
type: string
type: object type: object
status: status:
description: SystemBackupStatus defines the observed state of the Longhorn SystemBackup description: SystemBackupStatus defines the observed state of the Longhorn SystemBackup