From ed843fe42fd694cacfc249a3a4bce0266a1b1bc8 Mon Sep 17 00:00:00 2001 From: Michael Weidmann Date: Tue, 9 Mar 2021 22:24:20 +0100 Subject: [PATCH 1/3] Correct type of Mounts in ContainerSummary Changed the type of ContainerSummary.Mounts from Mount to MountPoint in the Swagger Spec. Signed-off-by: Michael Weidmann --- api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index bb6e0b0e45..d8e1157620 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -4238,7 +4238,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)." From 16e3ca35eb2a633d75c08304c9559f96c5297e8e Mon Sep 17 00:00:00 2001 From: Michael Weidmann Date: Sat, 13 Mar 2021 01:16:03 +0100 Subject: [PATCH 2/3] Correct type of Mounts in ContainerSummary in docs Signed-off-by: Michael Weidmann --- docs/api/v1.41.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index 7beb139cd5..33f8b1491d 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.yaml @@ -4238,7 +4238,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)." From c04dff762394629091e0869add8b0cacce7a9655 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 6 Mar 2022 18:31:28 +0100 Subject: [PATCH 3/3] Correct type of Mounts in ContainerSummary in docs (v1.25-v1.40) Signed-off-by: Sebastiaan van Stijn --- docs/api/v1.25.yaml | 2 +- docs/api/v1.26.yaml | 2 +- docs/api/v1.27.yaml | 2 +- docs/api/v1.28.yaml | 2 +- docs/api/v1.29.yaml | 2 +- docs/api/v1.30.yaml | 2 +- docs/api/v1.31.yaml | 2 +- docs/api/v1.32.yaml | 2 +- docs/api/v1.33.yaml | 2 +- docs/api/v1.34.yaml | 2 +- docs/api/v1.35.yaml | 2 +- docs/api/v1.36.yaml | 2 +- docs/api/v1.37.yaml | 2 +- docs/api/v1.38.yaml | 2 +- docs/api/v1.39.yaml | 2 +- docs/api/v1.40.yaml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/api/v1.25.yaml b/docs/api/v1.25.yaml index 10cfaf8a99..761a1db00c 100644 --- a/docs/api/v1.25.yaml +++ b/docs/api/v1.25.yaml @@ -2387,7 +2387,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" SecretSpec: type: "object" properties: diff --git a/docs/api/v1.26.yaml b/docs/api/v1.26.yaml index 4e0b0b6f8d..30f41303c5 100644 --- a/docs/api/v1.26.yaml +++ b/docs/api/v1.26.yaml @@ -2392,7 +2392,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" SecretSpec: type: "object" properties: diff --git a/docs/api/v1.27.yaml b/docs/api/v1.27.yaml index b25e214f3c..e94601b0c8 100644 --- a/docs/api/v1.27.yaml +++ b/docs/api/v1.27.yaml @@ -2457,7 +2457,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" SecretSpec: type: "object" properties: diff --git a/docs/api/v1.28.yaml b/docs/api/v1.28.yaml index 54da70fbce..13269c4097 100644 --- a/docs/api/v1.28.yaml +++ b/docs/api/v1.28.yaml @@ -2545,7 +2545,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" SecretSpec: type: "object" properties: diff --git a/docs/api/v1.29.yaml b/docs/api/v1.29.yaml index 32e83af540..4a3472eedc 100644 --- a/docs/api/v1.29.yaml +++ b/docs/api/v1.29.yaml @@ -2579,7 +2579,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" SecretSpec: type: "object" properties: diff --git a/docs/api/v1.30.yaml b/docs/api/v1.30.yaml index 925fce5229..3d9a8a84cb 100644 --- a/docs/api/v1.30.yaml +++ b/docs/api/v1.30.yaml @@ -2753,7 +2753,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" SecretSpec: type: "object" properties: diff --git a/docs/api/v1.31.yaml b/docs/api/v1.31.yaml index 152e4a9f25..c93b48587c 100644 --- a/docs/api/v1.31.yaml +++ b/docs/api/v1.31.yaml @@ -2783,7 +2783,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)." diff --git a/docs/api/v1.32.yaml b/docs/api/v1.32.yaml index 914928e04f..8ef48690ca 100644 --- a/docs/api/v1.32.yaml +++ b/docs/api/v1.32.yaml @@ -3256,7 +3256,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)." diff --git a/docs/api/v1.33.yaml b/docs/api/v1.33.yaml index 0e98c983ad..58f40084bc 100644 --- a/docs/api/v1.33.yaml +++ b/docs/api/v1.33.yaml @@ -3261,7 +3261,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)." diff --git a/docs/api/v1.34.yaml b/docs/api/v1.34.yaml index 06f6bc192e..bc21bc8728 100644 --- a/docs/api/v1.34.yaml +++ b/docs/api/v1.34.yaml @@ -3290,7 +3290,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)." diff --git a/docs/api/v1.35.yaml b/docs/api/v1.35.yaml index eb0905e276..82682ad74e 100644 --- a/docs/api/v1.35.yaml +++ b/docs/api/v1.35.yaml @@ -3272,7 +3272,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)." diff --git a/docs/api/v1.36.yaml b/docs/api/v1.36.yaml index c1b42aeecc..1d80b34316 100644 --- a/docs/api/v1.36.yaml +++ b/docs/api/v1.36.yaml @@ -3285,7 +3285,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)." diff --git a/docs/api/v1.37.yaml b/docs/api/v1.37.yaml index 910e283319..bacfad5852 100644 --- a/docs/api/v1.37.yaml +++ b/docs/api/v1.37.yaml @@ -3291,7 +3291,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)." diff --git a/docs/api/v1.38.yaml b/docs/api/v1.38.yaml index 96fff9027b..3c89c9840f 100644 --- a/docs/api/v1.38.yaml +++ b/docs/api/v1.38.yaml @@ -3345,7 +3345,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)." diff --git a/docs/api/v1.39.yaml b/docs/api/v1.39.yaml index 27f1b30b2f..efddf3937d 100644 --- a/docs/api/v1.39.yaml +++ b/docs/api/v1.39.yaml @@ -3959,7 +3959,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)." diff --git a/docs/api/v1.40.yaml b/docs/api/v1.40.yaml index 2052e10218..fbcbb98836 100644 --- a/docs/api/v1.40.yaml +++ b/docs/api/v1.40.yaml @@ -4084,7 +4084,7 @@ definitions: Mounts: type: "array" items: - $ref: "#/definitions/Mount" + $ref: "#/definitions/MountPoint" Driver: description: "Driver represents a driver (network, logging, secrets)."