From b6e616cb56ae03d614c8120b713123a4a9c2567d Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Mon, 27 Apr 2020 10:43:03 -0400 Subject: [PATCH] add event ActionLKENodeCreate Signed-off-by: Marques Johansson --- account_events.go | 1 + 1 file changed, 1 insertion(+) diff --git a/account_events.go b/account_events.go index 4e2b26854..f5e3d6ecc 100644 --- a/account_events.go +++ b/account_events.go @@ -98,6 +98,7 @@ const ( ActionLinodeConfigDelete EventAction = "linode_config_delete" ActionLinodeConfigUpdate EventAction = "linode_config_update" ActionLishBoot EventAction = "lish_boot" + ActionLKENodeCreate EventAction = "lke_node_create" ActionLongviewClientCreate EventAction = "longviewclient_create" ActionLongviewClientDelete EventAction = "longviewclient_delete" ActionLongviewClientUpdate EventAction = "longviewclient_update"