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

add useOwnerReferencesInBackup field doc
This commit is contained in:
lyndon
2022-09-21 12:12:38 +08:00
committed by GitHub
6 changed files with 16 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Add useOwnerReferencesInBackup field doc for schedule.
@@ -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: ""
@@ -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: ""
@@ -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: ""
@@ -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: ""
@@ -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: ""