Skip to content

Commit 51cbd2e

Browse files
committed
api: swagger: remove VirtualSize fields for API > v1.43
The `VirtualSize` field was deprecated in [moby/moby@1261fe6], and omitted / removed in API v1.44 in [moby/moby@913b0f5]. We should not document the field as part of those API versions as it no longer exists for those. [moby/moby@1261fe6]: moby@1261fe6 [moby/moby@913b0f5]: moby@913b0f5 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 4ca8aed commit 51cbd2e

10 files changed

Lines changed: 0 additions & 160 deletions

File tree

api/docs/v1.44.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,14 +2085,6 @@ definitions:
20852085
format: "int64"
20862086
x-nullable: false
20872087
example: 1239828
2088-
VirtualSize:
2089-
description: |
2090-
Total size of the image including all layers it is composed of.
2091-
2092-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2093-
type: "integer"
2094-
format: "int64"
2095-
example: 1239828
20962088
GraphDriver:
20972089
$ref: "#/definitions/GraphDriverData"
20982090
RootFS:
@@ -2224,14 +2216,6 @@ definitions:
22242216
format: "int64"
22252217
x-nullable: false
22262218
example: 1239828
2227-
VirtualSize:
2228-
description: |-
2229-
Total size of the image including all layers it is composed of.
2230-
2231-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2232-
type: "integer"
2233-
format: "int64"
2234-
example: 172064416
22352219
Labels:
22362220
description: "User-defined key/value metadata."
22372221
type: "object"

api/docs/v1.45.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,14 +2071,6 @@ definitions:
20712071
format: "int64"
20722072
x-nullable: false
20732073
example: 1239828
2074-
VirtualSize:
2075-
description: |
2076-
Total size of the image including all layers it is composed of.
2077-
2078-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2079-
type: "integer"
2080-
format: "int64"
2081-
example: 1239828
20822074
GraphDriver:
20832075
$ref: "#/definitions/GraphDriverData"
20842076
RootFS:
@@ -2210,14 +2202,6 @@ definitions:
22102202
format: "int64"
22112203
x-nullable: false
22122204
example: 1239828
2213-
VirtualSize:
2214-
description: |-
2215-
Total size of the image including all layers it is composed of.
2216-
2217-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2218-
type: "integer"
2219-
format: "int64"
2220-
example: 172064416
22212205
Labels:
22222206
description: "User-defined key/value metadata."
22232207
type: "object"

api/docs/v1.46.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,14 +2098,6 @@ definitions:
20982098
format: "int64"
20992099
x-nullable: false
21002100
example: 1239828
2101-
VirtualSize:
2102-
description: |
2103-
Total size of the image including all layers it is composed of.
2104-
2105-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2106-
type: "integer"
2107-
format: "int64"
2108-
example: 1239828
21092101
GraphDriver:
21102102
$ref: "#/definitions/GraphDriverData"
21112103
RootFS:
@@ -2238,14 +2230,6 @@ definitions:
22382230
format: "int64"
22392231
x-nullable: false
22402232
example: 1239828
2241-
VirtualSize:
2242-
description: |-
2243-
Total size of the image including all layers it is composed of.
2244-
2245-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2246-
type: "integer"
2247-
format: "int64"
2248-
example: 172064416
22492233
Labels:
22502234
description: "User-defined key/value metadata."
22512235
type: "object"

api/docs/v1.47.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,14 +2098,6 @@ definitions:
20982098
format: "int64"
20992099
x-nullable: false
21002100
example: 1239828
2101-
VirtualSize:
2102-
description: |
2103-
Total size of the image including all layers it is composed of.
2104-
2105-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2106-
type: "integer"
2107-
format: "int64"
2108-
example: 1239828
21092101
GraphDriver:
21102102
$ref: "#/definitions/DriverData"
21112103
RootFS:
@@ -2238,14 +2230,6 @@ definitions:
22382230
format: "int64"
22392231
x-nullable: false
22402232
example: 1239828
2241-
VirtualSize:
2242-
description: |-
2243-
Total size of the image including all layers it is composed of.
2244-
2245-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2246-
type: "integer"
2247-
format: "int64"
2248-
example: 172064416
22492233
Labels:
22502234
description: "User-defined key/value metadata."
22512235
type: "object"

api/docs/v1.48.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,14 +2175,6 @@ definitions:
21752175
format: "int64"
21762176
x-nullable: false
21772177
example: 1239828
2178-
VirtualSize:
2179-
description: |
2180-
Total size of the image including all layers it is composed of.
2181-
2182-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2183-
type: "integer"
2184-
format: "int64"
2185-
example: 1239828
21862178
GraphDriver:
21872179
$ref: "#/definitions/DriverData"
21882180
RootFS:
@@ -2315,14 +2307,6 @@ definitions:
23152307
format: "int64"
23162308
x-nullable: false
23172309
example: 1239828
2318-
VirtualSize:
2319-
description: |-
2320-
Total size of the image including all layers it is composed of.
2321-
2322-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2323-
type: "integer"
2324-
format: "int64"
2325-
example: 172064416
23262310
Labels:
23272311
description: "User-defined key/value metadata."
23282312
type: "object"

api/docs/v1.49.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,14 +2175,6 @@ definitions:
21752175
format: "int64"
21762176
x-nullable: false
21772177
example: 1239828
2178-
VirtualSize:
2179-
description: |
2180-
Total size of the image including all layers it is composed of.
2181-
2182-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2183-
type: "integer"
2184-
format: "int64"
2185-
example: 1239828
21862178
GraphDriver:
21872179
$ref: "#/definitions/DriverData"
21882180
RootFS:
@@ -2315,14 +2307,6 @@ definitions:
23152307
format: "int64"
23162308
x-nullable: false
23172309
example: 1239828
2318-
VirtualSize:
2319-
description: |-
2320-
Total size of the image including all layers it is composed of.
2321-
2322-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2323-
type: "integer"
2324-
format: "int64"
2325-
example: 172064416
23262310
Labels:
23272311
description: "User-defined key/value metadata."
23282312
type: "object"

api/docs/v1.50.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,14 +2002,6 @@ definitions:
20022002
format: "int64"
20032003
x-nullable: false
20042004
example: 1239828
2005-
VirtualSize:
2006-
description: |
2007-
Total size of the image including all layers it is composed of.
2008-
2009-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2010-
type: "integer"
2011-
format: "int64"
2012-
example: 1239828
20132005
GraphDriver:
20142006
$ref: "#/definitions/DriverData"
20152007
RootFS:
@@ -2142,14 +2134,6 @@ definitions:
21422134
format: "int64"
21432135
x-nullable: false
21442136
example: 1239828
2145-
VirtualSize:
2146-
description: |-
2147-
Total size of the image including all layers it is composed of.
2148-
2149-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2150-
type: "integer"
2151-
format: "int64"
2152-
example: 172064416
21532137
Labels:
21542138
description: "User-defined key/value metadata."
21552139
type: "object"

api/docs/v1.51.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,14 +2007,6 @@ definitions:
20072007
format: "int64"
20082008
x-nullable: false
20092009
example: 1239828
2010-
VirtualSize:
2011-
description: |
2012-
Total size of the image including all layers it is composed of.
2013-
2014-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2015-
type: "integer"
2016-
format: "int64"
2017-
example: 1239828
20182010
GraphDriver:
20192011
$ref: "#/definitions/DriverData"
20202012
RootFS:
@@ -2147,14 +2139,6 @@ definitions:
21472139
format: "int64"
21482140
x-nullable: false
21492141
example: 1239828
2150-
VirtualSize:
2151-
description: |-
2152-
Total size of the image including all layers it is composed of.
2153-
2154-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2155-
type: "integer"
2156-
format: "int64"
2157-
example: 172064416
21582142
Labels:
21592143
description: "User-defined key/value metadata."
21602144
type: "object"

api/docs/v1.52.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,14 +1894,6 @@ definitions:
18941894
format: "int64"
18951895
x-nullable: false
18961896
example: 1239828
1897-
VirtualSize:
1898-
description: |
1899-
Total size of the image including all layers it is composed of.
1900-
1901-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
1902-
type: "integer"
1903-
format: "int64"
1904-
example: 1239828
19051897
GraphDriver:
19061898
x-nullable: true
19071899
$ref: "#/definitions/DriverData"
@@ -2035,14 +2027,6 @@ definitions:
20352027
format: "int64"
20362028
x-nullable: false
20372029
example: 1239828
2038-
VirtualSize:
2039-
description: |-
2040-
Total size of the image including all layers it is composed of.
2041-
2042-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2043-
type: "integer"
2044-
format: "int64"
2045-
example: 172064416
20462030
Labels:
20472031
description: "User-defined key/value metadata."
20482032
type: "object"

api/swagger.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,14 +1894,6 @@ definitions:
18941894
format: "int64"
18951895
x-nullable: false
18961896
example: 1239828
1897-
VirtualSize:
1898-
description: |
1899-
Total size of the image including all layers it is composed of.
1900-
1901-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
1902-
type: "integer"
1903-
format: "int64"
1904-
example: 1239828
19051897
GraphDriver:
19061898
x-nullable: true
19071899
$ref: "#/definitions/DriverData"
@@ -2035,14 +2027,6 @@ definitions:
20352027
format: "int64"
20362028
x-nullable: false
20372029
example: 1239828
2038-
VirtualSize:
2039-
description: |-
2040-
Total size of the image including all layers it is composed of.
2041-
2042-
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
2043-
type: "integer"
2044-
format: "int64"
2045-
example: 172064416
20462030
Labels:
20472031
description: "User-defined key/value metadata."
20482032
type: "object"

0 commit comments

Comments
 (0)