Correct type of Mounts in ContainerSummary

Changed the type of ContainerSummary.Mounts from Mount to MountPoint in the Swagger Spec.
Signed-off-by: Michael Weidmann <michaelweidmann@web.de>
This commit is contained in:
Michael Weidmann 2021-03-09 22:24:20 +01:00 committed by Sebastiaan van Stijn
parent a7e27dd1a8
commit ed843fe42f
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -4238,7 +4238,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"
Driver:
description: "Driver represents a driver (network, logging, secrets)."