Skip to content

Commit 1da29d4

Browse files
committed
chore: fix typo lastSuccussfulBackupTime
Closes #452 Signed-off-by: Gabriele Bartolini <[email protected]>
1 parent 32a5539 commit 1da29d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1/objectstore_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ type RecoveryWindow struct {
7474
FirstRecoverabilityPoint *metav1.Time `json:"firstRecoverabilityPoint,omitempty"`
7575

7676
// The last successful backup time
77-
LastSuccessfulBackupTime *metav1.Time `json:"lastSuccussfulBackupTime,omitempty"`
77+
LastSuccessfulBackupTime *metav1.Time `json:"lastSuccessfulBackupTime,omitempty"`
7878
}
7979

8080
// +kubebuilder:object:root=true

config/crd/bases/barmancloud.cnpg.io_objectstores.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ spec:
609609
restored.
610610
format: date-time
611611
type: string
612-
lastSuccussfulBackupTime:
612+
lastSuccessfulBackupTime:
613613
description: The last successful backup time
614614
format: date-time
615615
type: string

0 commit comments

Comments
 (0)