Skip to content

Commit

Permalink
Merge pull request #42205 from Shubham82/add_DeletionPolicy_link
Browse files Browse the repository at this point in the history
Add hyperlink to DeletionPolicy
  • Loading branch information
k8s-ci-robot committed Aug 7, 2023
2 parents 1d03260 + 058033e commit 8b07bec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/concepts/storage/volume-snapshot-classes.md
Expand Up @@ -74,10 +74,10 @@ used for provisioning VolumeSnapshots. This field must be specified.

### DeletionPolicy

Volume snapshot classes have a deletionPolicy. It enables you to configure what
happens to a VolumeSnapshotContent when the VolumeSnapshot object it is bound to
is to be deleted. The deletionPolicy of a volume snapshot class can either be
`Retain` or `Delete`. This field must be specified.
Volume snapshot classes have a [deletionPolicy](/docs/concepts/storage/volume-snapshots/#delete).
It enables you to configure what happens to a VolumeSnapshotContent when the VolumeSnapshot
object it is bound to is to be deleted. The deletionPolicy of a volume snapshot class can
either be `Retain` or `Delete`. This field must be specified.

If the deletionPolicy is `Delete`, then the underlying storage snapshot will be
deleted along with the VolumeSnapshotContent object. If the deletionPolicy is `Retain`,
Expand Down

0 comments on commit 8b07bec

Please sign in to comment.