github.com/justincormack/cli@v0.0.0-20201215022714-831ebeae9675/cli/command/config/testdata/config-inspect-without-format.multiple-configs-with-labels.golden (about)

     1  [
     2      {
     3          "ID": "ID-foo",
     4          "Version": {},
     5          "CreatedAt": "0001-01-01T00:00:00Z",
     6          "UpdatedAt": "0001-01-01T00:00:00Z",
     7          "Spec": {
     8              "Name": "foo",
     9              "Labels": {
    10                  "label1": "label-foo"
    11              }
    12          }
    13      },
    14      {
    15          "ID": "ID-bar",
    16          "Version": {},
    17          "CreatedAt": "0001-01-01T00:00:00Z",
    18          "UpdatedAt": "0001-01-01T00:00:00Z",
    19          "Spec": {
    20              "Name": "bar",
    21              "Labels": {
    22                  "label1": "label-foo"
    23              }
    24          }
    25      }
    26  ]