api: docs: add IPAMConfig on IPAM (v1.41)

Signed-off-by: Niel Drummond <niel@drummond.lu>
(cherry picked from commit abc2f095ab)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Niel Drummond 2022-03-13 18:46:57 +00:00 committed by Sebastiaan van Stijn
parent 77f6564369
commit 29bb9204bf
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

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: