From abc2f095ab85b95fa6abac7de889c83798f8b901 Mon Sep 17 00:00:00 2001 From: Niel Drummond Date: Sun, 13 Mar 2022 18:46:57 +0000 Subject: [PATCH] api: docs: add IPAMConfig on IPAM (v1.41) Signed-off-by: Niel Drummond --- docs/api/v1.41.yaml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index 3da9a9fdf9..cb742c66c8 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.yaml @@ -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: