diff --git a/docs/api-references/docs.md b/docs/api-references/docs.md index 4167d783883..4b3061963c9 100644 --- a/docs/api-references/docs.md +++ b/docs/api-references/docs.md @@ -5343,7 +5343,7 @@ float64 BackupSpec)
-
CleanPolicyType represents the clean policy of backup data in remote storage
+CleanPolicyType represents the clean policy of backup data in remote storage. Retain (default) will under any circumstances, retain the backup data when deleting the backup CR. Delete will under any circumstances, delete the backup data when deleting the backup CR. OnFailure will delete the backup data when deleting the backup CR if the backup fails.