Skip to content

Commit

Permalink
docs: Extend k8s trigger with delete operation (argoproj#1470)
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Djurdjevic <boris@djurdjevic.ch>
  • Loading branch information
djboris9 authored Dec 15, 2021
1 parent 3cb3fc9 commit 11e3b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sensors/triggers/k8s-object-trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Operation can be either.
1. `create`: Creates the object if not available in K8s cluster.
2. `update`: Updates the object.
3. `patch`: Patches the object using given patch strategy.
4. `delete`: Deletes the object if it exists.

More info available at [here](https://github.com/argoproj/argo-events/blob/master/api/sensor.md#argoproj.io/v1alpha1.StandardK8sTrigger).

Expand Down

0 comments on commit 11e3b65

Please sign in to comment.