correcting CSI Plugins API sample response

neither `structs.CSIPlugin` nor `api.CSIPlugin` contain `topologies`
This commit is contained in:
Chris Baker 2020-07-07 16:17:23 -05:00 committed by GitHub
parent cf38a4ef7c
commit 111038513c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -88,10 +88,6 @@ $ curl \
[
{
"ID": "example_plugin_id",
"Topologies": [
{"key": "val"},
{"key": "val2"}
],
"Provider": "aws.ebs",
"Version": "1.0.1",
"ControllersRequired": true,