Skip to content

Commit

Permalink
Adds DeleteBucket option to Uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrodjpl committed Jul 2, 2024
1 parent 15f4280 commit 3867e1c
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 66 deletions.
142 changes: 76 additions & 66 deletions marketplace/extensions.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions protobuf/extensions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ message Uninstall{
string Application = 2;
string DisplayName = 4;
bool All = 3;
bool DeleteBucket = 5;
}

message SimpleMessage {
Expand Down

0 comments on commit 3867e1c

Please sign in to comment.