Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
Signed-off-by: iTrooz <hey@itrooz.fr>
  • Loading branch information
iTrooz committed Oct 23, 2025
commit facb612be273cf7ed65f4eb93979ace978559ef9
2 changes: 1 addition & 1 deletion pkg/apis/velero/v1/backup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ type BackupSpec struct {
// +nullable
SnapshotVolumes *bool `json:"snapshotVolumes,omitempty"`

// TTL is a string describing how long
// TTL is a time.Duration-compatible string describing how long
// the Backup should be retained for.
// +optional
TTL metav1.Duration `json:"ttl,omitempty"`
Expand Down