need backup paths

This commit is contained in:
Jean-Marc ANDRE 2020-11-30 17:11:03 +01:00
parent ecfa6fe55c
commit fe948fd3a2

View File

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