Updates godep for pkg/volume/flocker

Supports additional options for CreateDataset and DeleteDataset for dynamic provisioning. Bugfix for timeouts during CreateDataset
This commit is contained in:
Christian Simon
2016-08-01 22:42:43 +01:00
parent 1c11047ffb
commit 6f2af39021
8 changed files with 106 additions and 38 deletions

18
vendor/github.com/clusterhq/flocker-go/README.md generated vendored Normal file
View File

@@ -0,0 +1,18 @@
flocker-go
==========
[![circleci](https://circleci.com/gh/ClusterHQ/flocker-go.svg)](https://circleci.com/gh/ClusterHQ/flocker-go)
flocker-go implements the package `flocker` that will let you easily interact
with a Flocker Control Service.
What can it do?
---------------
You can check the package documentation here: https://godoc.org/github.com/ClusterHQ/flocker-go
TODO
----
- Define a proper interface `flockerClientable` with all the needed methods for
wrapping the Flocker API.