From c174b8dde1b5db02e7652a688fb7b021fadc07ce Mon Sep 17 00:00:00 2001 From: Jean-Marc ANDRE Date: Mon, 30 Nov 2020 17:11:03 +0100 Subject: [PATCH] tag v0.1.0 need backup paths --- api/v1alpha1/backupconfiguration_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1alpha1/backupconfiguration_types.go b/api/v1alpha1/backupconfiguration_types.go index c6a77a1..8823b75 100644 --- a/api/v1alpha1/backupconfiguration_types.go +++ b/api/v1alpha1/backupconfiguration_types.go @@ -47,6 +47,7 @@ type BackupConfigurationSpec struct { Target `json:"target"` // +optional VolumeMounts []corev1.VolumeMount `json:"volumeMounts,omitempty"` + Path []string `json:"paths"` // +optional Suspend *bool `json:"suspend,omitempty"` }