From 94eddbcf92d23d12c9bf32db3a3f5b76ca40e836 Mon Sep 17 00:00:00 2001 From: shikloshi Date: Mon, 3 Feb 2020 09:58:17 +0200 Subject: [PATCH] add pubsub to readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6820535..ec643b4 100644 --- a/README.md +++ b/README.md @@ -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