mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
api: docs: add IPAMConfig on IPAM (v1.41)
Signed-off-by: Niel Drummond <niel@drummond.lu>
This commit is contained in:
parent
82f2073359
commit
abc2f095ab
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