Merge pull request #5353 from cleverhu/add-crd-field-doc-for-schedule

add useOwnerReferencesInBackup field doc
pull/5318/head
lyndon 2022-09-21 12:12:38 +08:00 committed by GitHub
commit ee254c644f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1 @@
Add useOwnerReferencesInBackup field doc for schedule.

View File

@ -136,6 +136,9 @@ spec:
# processed. Only "exec" hooks are supported.
post:
# Same content as pre above.
# Specifies whether to use OwnerReferences on backups created by this Schedule.
# Notice: if set to true, when schedule is deleted, backups will be deleted too. Optional.
useOwnerReferencesInBackup: false
status:
# The current phase of the latest scheduled backup. Valid values are New, FailedValidation, InProgress, Completed, PartiallyFailed, Failed.
phase: ""

View File

@ -125,6 +125,9 @@ spec:
# processed. Only "exec" hooks are supported.
post:
# Same content as pre above.
# Specifies whether to use OwnerReferences on backups created by this Schedule.
# Notice: if set to true, when schedule is deleted, backups will be deleted too. Optional.
useOwnerReferencesInBackup: false
status:
# The current phase of the latest scheduled backup. Valid values are New, FailedValidation, InProgress, Completed, PartiallyFailed, Failed.
phase: ""

View File

@ -130,6 +130,9 @@ spec:
# processed. Only "exec" hooks are supported.
post:
# Same content as pre above.
# Specifies whether to use OwnerReferences on backups created by this Schedule.
# Notice: if set to true, when schedule is deleted, backups will be deleted too. Optional.
useOwnerReferencesInBackup: false
status:
# The current phase of the latest scheduled backup. Valid values are New, FailedValidation, InProgress, Completed, PartiallyFailed, Failed.
phase: ""

View File

@ -132,6 +132,9 @@ spec:
# processed. Only "exec" hooks are supported.
post:
# Same content as pre above.
# Specifies whether to use OwnerReferences on backups created by this Schedule.
# Notice: if set to true, when schedule is deleted, backups will be deleted too. Optional.
useOwnerReferencesInBackup: false
status:
# The current phase of the latest scheduled backup. Valid values are New, FailedValidation, InProgress, Completed, PartiallyFailed, Failed.
phase: ""

View File

@ -137,6 +137,9 @@ spec:
# processed. Only "exec" hooks are supported.
post:
# Same content as pre above.
# Specifies whether to use OwnerReferences on backups created by this Schedule.
# Notice: if set to true, when schedule is deleted, backups will be deleted too. Optional.
useOwnerReferencesInBackup: false
status:
# The current phase of the latest scheduled backup. Valid values are New, FailedValidation, InProgress, Completed, PartiallyFailed, Failed.
phase: ""