From 0694cd9f028f189ad48683a7ca1d55bd12a1e67e Mon Sep 17 00:00:00 2001 From: Wayne Song Date: Mon, 1 May 2017 15:24:46 -0700 Subject: [PATCH] Add a proper type to the Source field in Mount This field was missing a type, which meant that the example objects that Swagger tools generate did not work. Signed-off-by: Wayne Song Upstream-commit: 7a9583693154881f33be7c1b3ba089cdc0dca37f Component: engine --- components/engine/api/swagger.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/api/swagger.yaml b/components/engine/api/swagger.yaml index 0bd9358c1e..59845bb5a2 100644 --- a/components/engine/api/swagger.yaml +++ b/components/engine/api/swagger.yaml @@ -231,6 +231,7 @@ definitions: type: "string" Source: description: "Mount source (e.g. a volume name, a host path)." + type: "string" Type: description: | The mount type. Available types: