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 6969e6c57d
commit dbafdc3889

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,