Skip to content

Commit

Permalink
Merge pull request moby#42129 from michaelweidmann/42120_correct-swag…
Browse files Browse the repository at this point in the history
…ger-spec

Correct type of Mounts in ContainerSummary
  • Loading branch information
thaJeztah authored Mar 6, 2022
2 parents a7e27dd + c04dff7 commit eb9e42a
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4238,7 +4238,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.25.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"
SecretSpec:
type: "object"
properties:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2392,7 +2392,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"
SecretSpec:
type: "object"
properties:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.27.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"
SecretSpec:
type: "object"
properties:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2545,7 +2545,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"
SecretSpec:
type: "object"
properties:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.29.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"
SecretSpec:
type: "object"
properties:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.30.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2753,7 +2753,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"
SecretSpec:
type: "object"
properties:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.31.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2783,7 +2783,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3256,7 +3256,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.33.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3261,7 +3261,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.34.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3290,7 +3290,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.35.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3272,7 +3272,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.36.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3285,7 +3285,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3291,7 +3291,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3345,7 +3345,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3959,7 +3959,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.40.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4084,7 +4084,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down
2 changes: 1 addition & 1 deletion docs/api/v1.41.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4238,7 +4238,7 @@ definitions:
Mounts:
type: "array"
items:
$ref: "#/definitions/Mount"
$ref: "#/definitions/MountPoint"

Driver:
description: "Driver represents a driver (network, logging, secrets)."
Expand Down

0 comments on commit eb9e42a

Please sign in to comment.