add useOwnerReferencesInBackup field doc

Signed-off-by: cleverhu <shouping.hu@daocloud.io>
This commit is contained in:
cleverhu
2022-09-17 20:05:29 +08:00
parent 325b8c0d05
commit f51c8bf44b
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: ""