Skip to content

Commit

Permalink
Update CloudEventList with ScaledJob type (#1457)
Browse files Browse the repository at this point in the history
Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
  • Loading branch information
SpiritZhou authored Aug 19, 2024
1 parent 75d28f4 commit ca51fd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/docs/2.16/operate/cloud-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit ca51fd4

Please sign in to comment.