Skip to content

Commit

Permalink
Merge pull request #4604 from reasonerjt/custom-plugin-doc-update-1.8
Browse files Browse the repository at this point in the history
[Cherry pick to 1.8] Undeprecate the volumesnapshot plugin in the doc
  • Loading branch information
ywk253100 authored Jan 30, 2022
2 parents ae4cfa9 + de1722b commit 3c63676
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions site/content/docs/main/custom-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,10 @@ You will need to give your plugin(s) the full name when registering them by call
Velero supports the following kinds of plugins:

- **Object Store** - persists and retrieves backups, backup logs and restore logs
- **Item Snapshotter** - creates snapshots for Kubernetes objects during backup and restores the object from snapshots during restore. ItemSnapshotters
are typically used with the [Astrolabe](https://github.com/vmware-tanzu/astrolabe) framework.
- **Volume Snapshotter** - creates volume snapshots (during backup) and restores volumes from snapshots (during restore)
- **Backup Item Action** - executes arbitrary logic for individual items prior to storing them in a backup file
- **Restore Item Action** - executes arbitrary logic for individual items prior to restoring them into a cluster
- **Delete Item Action** - executes arbitrary logic based on individual items within a backup prior to deleting the backup
## Deprecated plugin kinds
- **Volume Snapshotter** - creates volume snapshots (during backup) and restores volumes from snapshots (during restore) VolumeSnapshotters
are deprecated and will be replaced with ItemSnapshotter/Astrolabe plugins.

## Plugin Logging

Expand Down

0 comments on commit 3c63676

Please sign in to comment.