Skip to content

Commit

Permalink
Merge branch 'main' into fix-cloudwatch-metrics-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolajv committed Sep 6, 2024
2 parents e45d264 + de0986c commit c17df80
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/docs/2.16/operate/cloud-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| `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 |

0 comments on commit c17df80

Please sign in to comment.