Skip to content

Commit 6b26f5c

Browse files
committed
update CRDs
1 parent 8241f0c commit 6b26f5c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,9 @@ spec:
495495
type: string
496496
ttl:
497497
description: |-
498-
TTL is a time.Duration-parseable string describing how long
498+
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.
500501
type: string
501502
uploaderConfig:
502503
description: UploaderConfig specifies the configuration for the uploader.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,9 @@ spec:
536536
type: string
537537
ttl:
538538
description: |-
539-
TTL is a time.Duration-parseable string describing how long
539+
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.
541542
type: string
542543
uploaderConfig:
543544
description: UploaderConfig specifies the configuration for the

0 commit comments

Comments
 (0)