Skip to content

Commit

Permalink
Small wording nit in the comment.
Browse files Browse the repository at this point in the history
Updated operations instead of backups

Signed-off-by: Michal Pryc <[email protected]>
  • Loading branch information
mpryc committed Dec 10, 2024
1 parent ea105a9 commit 486b6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/nonadmin_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ const (

// QueueInfo holds the queue position for a specific operation.
type QueueInfo struct {
// estimatedQueuePosition is the number of backups ahead in the queue (0 if not queued)
// estimatedQueuePosition is the number of operations ahead in the queue (0 if not queued)
EstimatedQueuePosition int `json:"estimatedQueuePosition"`
}

0 comments on commit 486b6be

Please sign in to comment.