Skip to content

Commit

Permalink
Add ActionVolumeDelete event, deprecate ActionVolumeDelte (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai authored Aug 29, 2023
1 parent 86917d9 commit 7927b8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion account_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,14 @@ const (
ActionVolumeAttach EventAction = "volume_attach"
ActionVolumeClone EventAction = "volume_clone"
ActionVolumeCreate EventAction = "volume_create"
ActionVolumeDelte EventAction = "volume_delete"
ActionVolumeDelete EventAction = "volume_delete"
ActionVolumeUpdate EventAction = "volume_update"
ActionVolumeDetach EventAction = "volume_detach"
ActionVolumeResize EventAction = "volume_resize"

// deprecated due to incorrect spelling,
// to be removed in the next major version release.
ActionVolumeDelte EventAction = "volume_delete"
)

// EntityType constants start with Entity and include Linode API Event Entity Types
Expand Down

0 comments on commit 7927b8c

Please sign in to comment.