Skip to content

Commit

Permalink
Document about item action plugin ordering.
Browse files Browse the repository at this point in the history
Signed-off-by: Raghuram Devarakonda <draghuram@gmail.com>
  • Loading branch information
draghuram committed Aug 29, 2023
1 parent db6784a commit 8867fe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/content/docs/main/custom-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Velero supports the following kinds of plugins:
- **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

Plugins are discovered by recursively reading a directory in no particular order. Hence no guarantee is provided for the
order in which item action plugins are invoked.

## Plugin Logging

Velero provides a [logger][2] that can be used by plugins to log structured information to the main Velero server log or
Expand Down

0 comments on commit 8867fe3

Please sign in to comment.