From aef9d8d3f24ccd20d77226a156706be6e6e4f881 Mon Sep 17 00:00:00 2001 From: SpiritZhou Date: Mon, 19 Aug 2024 15:35:45 +0800 Subject: [PATCH] Update Signed-off-by: SpiritZhou --- content/docs/2.16/operate/cloud-events.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/docs/2.16/operate/cloud-events.md b/content/docs/2.16/operate/cloud-events.md index ad46c74f1..7334e134d 100644 --- a/content/docs/2.16/operate/cloud-events.md +++ b/content/docs/2.16/operate/cloud-events.md @@ -115,3 +115,6 @@ eventSubscription: #Optional. Submit included/excluded event types will filter e | `keda.scaledobject.ready.v1` | On the first time a ScaledObject is ready, or if the previous ready condition status of the object was `Unknown` or `False` | | `keda.scaledobject.failed.v1` | If the check validation for a ScaledObject fails | | `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