Fixed typo
This commit is contained in:
parent
da0a80b62e
commit
a14697a3e7
@ -47,7 +47,7 @@ type BackupConfigurationSpec struct {
|
|||||||
Target `json:"target"`
|
Target `json:"target"`
|
||||||
// +optional
|
// +optional
|
||||||
VolumeMounts []corev1.VolumeMount `json:"volumeMounts,omitempty"`
|
VolumeMounts []corev1.VolumeMount `json:"volumeMounts,omitempty"`
|
||||||
Path []string `json:"paths"`
|
Paths []string `json:"paths"`
|
||||||
// +optional
|
// +optional
|
||||||
Suspend *bool `json:"suspend,omitempty"`
|
Suspend *bool `json:"suspend,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user