correcting CSI Plugins API sample response
neither `structs.CSIPlugin` nor `api.CSIPlugin` contain `topologies`
This commit is contained in:
parent
cf38a4ef7c
commit
111038513c
|
@ -88,10 +88,6 @@ $ curl \
|
|||
[
|
||||
{
|
||||
"ID": "example_plugin_id",
|
||||
"Topologies": [
|
||||
{"key": "val"},
|
||||
{"key": "val2"}
|
||||
],
|
||||
"Provider": "aws.ebs",
|
||||
"Version": "1.0.1",
|
||||
"ControllersRequired": true,
|
||||
|
|
Loading…
Reference in New Issue