Skip to content

Commit 64cae85

Browse files
committed
Add Travis badge
Signed-off-by: Alex Ellis <[email protected]>
1 parent 92d133a commit 64cae85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
vcenter-connector is an OpenFaaS event connector built to consume events from vCenter.
44

5+
[![Build Status](https://travis-ci.org/openfaas-incubator/vcenter-connector.svg?branch=master)](https://travis-ci.org/openfaas-incubator/vcenter-connector)
6+
7+
## Overview
8+
59
With this project your functions can subscribe to events generated by the changes (i.e. events) in your vCenter installation - for instance a VM being created, turned on or deleted. This allows you to extend vCenter's functionality by writing functions to execute each time an event is fired. An example may be tagging a VM with the date it was last turned on or applying a tag showing which user made a change to an object.
610

711
## Status

0 commit comments

Comments
 (0)