-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: HA support for event sources and sensors (#1158)
* feat: HA support for event sources and sensors Signed-off-by: Derek Wang <whynowy@gmail.com>
- Loading branch information
Showing
61 changed files
with
1,380 additions
and
792 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
# Trigger | ||
|
||
A Trigger is the resource/workload executed by the sensor once the event dependencies are resolved. | ||
A Trigger is the resource/workload executed by the sensor once the event | ||
dependencies are resolved. | ||
|
||
## Trigger Types | ||
|
||
1. AWS Lambda | ||
1. Apache OpenWhisk | ||
1. Argo Rollouts | ||
1. Argo Workflows | ||
1. Custom - Build Your Own | ||
1. Custom - Build Your Own | ||
1. HTTP Requests - Serverless Workloads (OpenFaas, Kubeless, KNative etc.) | ||
1. Kafka Messages | ||
1. Log Message - for debugging | ||
1. NATS Messages | ||
1. Slack Notifications | ||
1. Azure Event Hubs Messages | ||
1. Create any Kubernetes Objects | ||
1. Log (for debugging event bus messages) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.