Skip to content

Commit

Permalink
Merge pull request #7740 from kaovilai/schedule-docs-pause
Browse files Browse the repository at this point in the history
Add Schedule.spec.pause to docs
  • Loading branch information
ywk253100 authored Apr 26, 2024
2 parents 159a49f + bffe4f9 commit 6f7807c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/content/docs/main/api-types/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ metadata:
namespace: velero
# Parameters about the scheduled backup. Required.
spec:
# Paused specifies whether the schedule is paused or not
paused: false
# Schedule is a Cron expression defining when to run the Backup
schedule: 0 7 * * *
# Specifies whether to use OwnerReferences on backups created by this Schedule.
Expand Down
2 changes: 2 additions & 0 deletions site/content/docs/v1.10/api-types/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ metadata:
namespace: velero
# Parameters about the scheduled backup. Required.
spec:
# Paused specifies whether the schedule is paused or not
paused: false
# Schedule is a Cron expression defining when to run the Backup
schedule: 0 7 * * *
# Specifies whether to use OwnerReferences on backups created by this Schedule.
Expand Down
2 changes: 2 additions & 0 deletions site/content/docs/v1.11/api-types/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ metadata:
namespace: velero
# Parameters about the scheduled backup. Required.
spec:
# Paused specifies whether the schedule is paused or not
paused: false
# Schedule is a Cron expression defining when to run the Backup
schedule: 0 7 * * *
# Specifies whether to use OwnerReferences on backups created by this Schedule.
Expand Down
2 changes: 2 additions & 0 deletions site/content/docs/v1.12/api-types/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ metadata:
namespace: velero
# Parameters about the scheduled backup. Required.
spec:
# Paused specifies whether the schedule is paused or not
paused: false
# Schedule is a Cron expression defining when to run the Backup
schedule: 0 7 * * *
# Specifies whether to use OwnerReferences on backups created by this Schedule.
Expand Down
2 changes: 2 additions & 0 deletions site/content/docs/v1.13/api-types/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ metadata:
namespace: velero
# Parameters about the scheduled backup. Required.
spec:
# Paused specifies whether the schedule is paused or not
paused: false
# Schedule is a Cron expression defining when to run the Backup
schedule: 0 7 * * *
# Specifies whether to use OwnerReferences on backups created by this Schedule.
Expand Down

0 comments on commit 6f7807c

Please sign in to comment.