api: swagger: add IPAMConfig on IPAM

Signed-off-by: Niel Drummond <niel@drummond.lu>
This commit is contained in:
Niel Drummond 2022-03-16 06:27:45 +00:00
parent abc2f095ab
commit 98f027813f

View file

@ -2035,15 +2035,27 @@ definitions:
```
type: "array"
items:
type: "object"
additionalProperties:
type: "string"
$ref: "#/definitions/IPAMConfig"
Options:
description: "Driver-specific options, specified as a map."
type: "object"
additionalProperties:
type: "string"
IPAMConfig:
type: "object"
properties:
Subnet:
type: "string"
IPRange:
type: "string"
Gateway:
type: "string"
AuxiliaryAddresses:
type: "object"
additionalProperties:
type: "string"
NetworkContainer:
type: "object"
properties: