shwstppr commented on code in PR #11814:
URL: https://github.com/apache/cloudstack/pull/11814#discussion_r3098189512
##########
api/src/main/java/com/cloud/event/EventTypes.java:
##########
@@ -852,6 +852,8 @@ public class EventTypes {
public static final String EVENT_EXTENSION_CREATE = "EXTENSION.CREATE";
public static final String EVENT_EXTENSION_UPDATE = "EXTENSION.UPDATE";
public static final String EVENT_EXTENSION_DELETE = "EXTENSION.DELETE";
+ public static final String EVENT_EXTENSION_SYNC = "EXTENSION.SYNC";
+ public static final String EVENT_EXTENSION_DOWNLOAD = "EXTENSION.DOWNLOAD";
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]