Skip to content

Commit ee33caf

Browse files
committed
update CRDs
Signed-off-by: iTrooz <[email protected]>
1 parent 759b1b5 commit ee33caf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config/crd/v1/bases/velero.io_backups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ spec:
497497
description: |-
498498
TTL is a time.Duration-compatible string describing how long
499499
the Backup should be retained for.
500-
Supports time.Duration units + day, week, month, and year.
500+
Supports time.Duration units + day (d), week (w), month (mo), and year (yr).
501501
type: string
502502
uploaderConfig:
503503
description: UploaderConfig specifies the configuration for the uploader.

config/crd/v1/bases/velero.io_schedules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ spec:
538538
description: |-
539539
TTL is a time.Duration-compatible string describing how long
540540
the Backup should be retained for.
541-
Supports time.Duration units + day, week, month, and year.
541+
Supports time.Duration units + day (d), week (w), month (mo), and year (yr).
542542
type: string
543543
uploaderConfig:
544544
description: UploaderConfig specifies the configuration for the

config/crd/v1/crds/crds.go

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

pkg/apis/velero/v1/backup_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ type BackupSpec struct {
109109
SnapshotVolumes *bool `json:"snapshotVolumes,omitempty"`
110110

111111
// TTL is a time.Duration-compatible string describing how long
112-
// the Backup should be retained for.
112+
// the Backup should be retained for.
113113
// Supports time.Duration units + day (d), week (w), month (mo), and year (yr).
114114
// +optional
115115
TTL metav1.Duration `json:"ttl,omitempty"`

0 commit comments

Comments
 (0)