From 9cee861edc8c33e4cf8f9e4b9c8d5e492141f502 Mon Sep 17 00:00:00 2001 From: SpiritZhou Date: Wed, 4 Sep 2024 13:56:19 +0800 Subject: [PATCH] Update Signed-off-by: SpiritZhou --- content/docs/2.16/operate/cloud-events.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/docs/2.16/operate/cloud-events.md b/content/docs/2.16/operate/cloud-events.md index 7334e134d..7c93ebd8e 100644 --- a/content/docs/2.16/operate/cloud-events.md +++ b/content/docs/2.16/operate/cloud-events.md @@ -117,4 +117,10 @@ eventSubscription: #Optional. Submit included/excluded event types will filter e | `keda.scaledobject.removed.v1`| When a ScaledObject is deleted | | `keda.scaledjob.ready.v1`| On the first time a ScaledJob is ready, or if the previous ready condition status of the object was `Unknown` or `False` | | `keda.scaledjob.failed.v1`| If the check validation for a ScaledJob fails -| `keda.scaledjob.removed.v1`| When a ScaledJob is deleted | \ No newline at end of file +| `keda.scaledjob.removed.v1`| When a ScaledJob is deleted | +| `keda.authentication.triggerauthentication.created.v1` | On the first time a TriggerAuthentication is created | +| `keda.authentication.triggerauthentication.updated.v1` | When a TriggerAuthentication is updated | +| `keda.authentication.triggerauthentication.removed.v1` | When a TriggerAuthentication is deleted | +| `keda.authentication.clustertriggerauthentication.created.v1`| On the first time a ClusterTriggerAuthentication is created | +| `keda.authentication.clustertriggerauthentication.updated.v1`| When a ClusterTriggerAuthentication is updated | +| `keda.authentication.clustertriggerauthentication.removed.v1`| When a ClusterTriggerAuthentication is deleted | \ No newline at end of file