From a14697a3e7a408f841b2fae163b53f3fa00523a4 Mon Sep 17 00:00:00 2001 From: Jean-Marc ANDRE Date: Tue, 1 Dec 2020 01:05:48 +0100 Subject: [PATCH] Fixed typo --- api/v1alpha1/backupconfiguration_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` }