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:
parent
77f6564369
commit
29bb9204bf
1 changed files with 15 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue