mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
correcting CSI Plugins API sample response
neither `structs.CSIPlugin` nor `api.CSIPlugin` contain `topologies`
This commit is contained in:
@@ -88,10 +88,6 @@ $ curl \
|
||||
[
|
||||
{
|
||||
"ID": "example_plugin_id",
|
||||
"Topologies": [
|
||||
{"key": "val"},
|
||||
{"key": "val2"}
|
||||
],
|
||||
"Provider": "aws.ebs",
|
||||
"Version": "1.0.1",
|
||||
"ControllersRequired": true,
|
||||
|
||||
Reference in New Issue
Block a user