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

Signed-off-by: Niel Drummond <niel@drummond.lu>
This commit is contained in:
Niel Drummond 2022-03-13 18:46:57 +00:00
parent 82f2073359
commit abc2f095ab
1 changed files with 15 additions and 3 deletions

View File

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