Skip to content

Commit

Permalink
Update ClusterCloudEvents about (Cluster)TriggerAuthentication resour…
Browse files Browse the repository at this point in the history
…ces (#1464)
  • Loading branch information
SpiritZhou authored Sep 5, 2024
1 parent 4c95c44 commit de0986c
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 de0986c

Please sign in to comment.