github.com/panekj/cli@v0.0.0-20230304125325-467dd2f3797e/cli/command/context/testdata/inspect.golden (about)

     1  [
     2      {
     3          "Name": "current",
     4          "Metadata": {
     5              "Description": "description of current"
     6          },
     7          "Endpoints": {
     8              "docker": {
     9                  "Host": "https://someswarmserver.example.com",
    10                  "SkipTLSVerify": false
    11              }
    12          },
    13          "TLSMaterial": {},
    14          "Storage": {
    15              "MetadataPath": "<METADATA_PATH>",
    16              "TLSPath": "<TLS_PATH>"
    17          }
    18      }
    19  ]