add pubsub to readme

This commit is contained in:
shikloshi
2020-02-03 09:58:17 +02:00
parent 09627aed0b
commit 94eddbcf92
+13
View File
@@ -243,6 +243,19 @@ receivers:
labels: "{{ toJson .InvolvedObject.Labels}}"
```
### Pubsub
Pub/Sub is a fully-managed real-time messaging service that allows you to send and receive messages between independent applications.
```yaml
receivers:
- name: "pubsub"
pubsub:
gcloud_project_id: "my-project"
topic: "kube-event"
create_topic: False
```
### Planned Receivers
- Big Query