Skip to content

Commit

Permalink
backup repo crd changes for repo maintenance history
Browse files Browse the repository at this point in the history
Signed-off-by: Lyndon-Li <[email protected]>
  • Loading branch information
Lyndon-Li committed Dec 23, 2024
1 parent 3b2c50b commit 6c49528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/apis/velero/v1/backup_repository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ type BackupRepositoryStatus struct {
// +optional
Message string `json:"message,omitempty"`

// LastMaintenanceTime is the last time repo maintenance completed.
// LastMaintenanceTime is the last time repo maintenance succeeded.
// +optional
// +nullable
LastMaintenanceTime *metav1.Time `json:"lastMaintenanceTime,omitempty"`

// RecentMaintenanceStatus is status of the recent repo maintenance.
// RecentMaintenance is status of the recent repo maintenance.
// +optional
RecentMaintenanceStatus []BackupRepositoryMaintenanceStatus `json:"recentMaintenanceStatus,omitempty"`
RecentMaintenance []BackupRepositoryMaintenanceStatus `json:"recentMaintenance,omitempty"`
}

// BackupRepositoryMaintenanceResult represents the result of a repo maintenance.
Expand Down

0 comments on commit 6c49528

Please sign in to comment.