-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to latest connector-SDK release
The connector now leverages the latest connector-sdk features such as allowing multiple event topic subscriptions (delimited with ",") and printing invokation responses via the `controller.Subscribe` interface (implemented by `events.NewEventReceiver()`. The controller uses a 10 second `RebuildInterval` (sync function subscriptions) and 15 second `UpstreamTimeout` for invoking functions. The controller uses asynchronous invocation mode to not block on slow/long-running functions. Function comments are line-wrapped. Updates to Gopkg.toml to use the latest releases for imported packages: - connector-sdk 0.5.3 - openfaas-cloud 0.11.10 - govmomi 0.21.0 Build successfully tested against VMware vCenter 6.7U3 and OpenFaaS faas-netes commit b14f727. README updated covering the recent changes. Signed-off-by: Michael Gasch <mgasch@vmware.com>
- Loading branch information
Showing
66 changed files
with
3,520 additions
and
1,269 deletions.
There are no files selected for viewing
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 +1,2 @@ | ||
vcenter-connector | ||
.vscode |
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
Oops, something went wrong.