Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api-references/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5343,7 +5343,7 @@ float64
<a href="#backupspec">BackupSpec</a>)
</p>
<p>
<p>CleanPolicyType represents the clean policy of backup data in remote storage</p>
<p>CleanPolicyType represents the clean policy of backup data in remote storage. <code>Retain</code> (default) will under any circumstances, retain the backup data when deleting the backup CR. <code>Delete</code> will under any circumstances, delete the backup data when deleting the backup CR. <code>OnFailure</code> will delete the backup data when deleting the backup CR if the backup fails.</p>
</p>
<h3 id="cluster">Cluster</h3>
<p>
Expand Down
Loading