diff --git a/api/v1alpha1/backupconfiguration_types.go b/api/v1alpha1/backupconfiguration_types.go index 8823b75..9e38cc1 100644 --- a/api/v1alpha1/backupconfiguration_types.go +++ b/api/v1alpha1/backupconfiguration_types.go @@ -47,7 +47,7 @@ type BackupConfigurationSpec struct { Target `json:"target"` // +optional VolumeMounts []corev1.VolumeMount `json:"volumeMounts,omitempty"` - Path []string `json:"paths"` + Paths []string `json:"paths"` // +optional Suspend *bool `json:"suspend,omitempty"` }