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"` }