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