github.com/AliyunContainerService/cli@v0.0.0-20181009023821-814ced4b30d0/cli/command/volume/testdata/volume-inspect-without-format.multiple-volume-with-labels.golden (about)

     1  [
     2      {
     3          "Driver": "local",
     4          "Labels": {
     5              "foo": "bar"
     6          },
     7          "Mountpoint": "/data/volume",
     8          "Name": "foo",
     9          "Options": null,
    10          "Scope": "local"
    11      },
    12      {
    13          "Driver": "local",
    14          "Labels": {
    15              "foo": "bar"
    16          },
    17          "Mountpoint": "/data/volume",
    18          "Name": "bar",
    19          "Options": null,
    20          "Scope": "local"
    21      }
    22  ]