tag v0.1.0

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

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