mirror of
https://github.com/resmoio/kubernetes-event-exporter.git
synced 2026-08-24 01:06:22 +00:00
add pubsub to readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user