Skip to content

Commit cd642a5

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 087b1bb commit cd642a5

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

pkg/api/v1/backup_types.go

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,22 @@ type BackupStatus struct {
237237
// +optional
238238
Phase BackupPhase `json:"phase,omitempty"`
239239

240-
// When the backup was started
240+
// When the backup execution was started by the backup tool
241241
// +optional
242242
StartedAt *metav1.Time `json:"startedAt,omitempty"`
243243

244-
// When the backup was terminated
244+
// When the backup execution was terminated by the backup tool
245245
// +optional
246246
StoppedAt *metav1.Time `json:"stoppedAt,omitempty"`
247247

248+
// When the backup process was started by the operator
249+
// +optional
250+
ReconciliationStartedAt *metav1.Time `json:"reconciliationStartedAt,omitempty"`
251+
252+
// When the reconciliation was terminated by the operator (either successfully or not)
253+
// +optional
254+
ReconciliationTerminatedAt *metav1.Time `json:"reconciliationTerminatedAt,omitempty"`
255+
248256
// The starting WAL
249257
// +optional
250258
BeginWal string `json:"beginWal,omitempty"`

pkg/api/v1/zz_generated.deepcopy.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)