Skip to content

Commit cc7f149

Browse files
committed
Regenerate model sources to OpenApi 7.23.0
1 parent 8798e48 commit cc7f149

669 files changed

Lines changed: 5977 additions & 29 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.20.0
1+
7.23.0

api-model-v1-41/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
7878

7979
- API version: 1.41
8080
- Package version:
81-
- Generator version: 7.20.0
81+
- Generator version: 7.23.0
8282
- Build package: org.openapitools.codegen.languages.KotlinClientCodegen
8383

8484
## Requires

api-model-v1-41/docs/HostConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
| **containerIDFile** | **kotlin.String** | Path to a file where the container ID is written | [optional] |
4040
| **logConfig** | [**HostConfigAllOfLogConfig**](HostConfigAllOfLogConfig.md) | | [optional] |
4141
| **networkMode** | **kotlin.String** | Network mode to use for this container. Supported standard values are: `bridge`, `host`, `none`, and `container:<name|id>`. Any other value is taken as a custom network's name to which this container should connect to. | [optional] |
42-
| **portBindings** | **kotlin.collections.MutableMap<kotlin.String, kotlin.collections.MutableList<PortBinding>>** | PortMap describes the mapping of container ports to host ports, using the container's port-number and protocol as key in the format `<port>/<protocol>`, for example, `80/udp`. If a container's port is mapped for multiple protocols, separate entries are added to the mapping table. | [optional] |
42+
| **portBindings** | **kotlin.collections.MutableMap<kotlin.String, kotlin.collections.MutableList<PortBinding>?>** | PortMap describes the mapping of container ports to host ports, using the container's port-number and protocol as key in the format `<port>/<protocol>`, for example, `80/udp`. If a container's port is mapped for multiple protocols, separate entries are added to the mapping table. | [optional] |
4343
| **restartPolicy** | [**RestartPolicy**](RestartPolicy.md) | | [optional] |
4444
| **autoRemove** | **kotlin.Boolean** | Automatically remove the container when the container's process exits. This has no effect if `RestartPolicy` is set. | [optional] |
4545
| **volumeDriver** | **kotlin.String** | Driver that this container uses to mount volumes. | [optional] |

api-model-v1-41/docs/NetworkSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| **hairpinMode** | **kotlin.Boolean** | Indicates if hairpin NAT should be enabled on the virtual interface. | [optional] |
1010
| **linkLocalIPv6Address** | **kotlin.String** | IPv6 unicast address using the link-local prefix. | [optional] |
1111
| **linkLocalIPv6PrefixLen** | **kotlin.Int** | Prefix length of the IPv6 unicast address. | [optional] |
12-
| **ports** | **kotlin.collections.MutableMap<kotlin.String, kotlin.collections.MutableList<PortBinding>>** | PortMap describes the mapping of container ports to host ports, using the container's port-number and protocol as key in the format `<port>/<protocol>`, for example, `80/udp`. If a container's port is mapped for multiple protocols, separate entries are added to the mapping table. | [optional] |
12+
| **ports** | **kotlin.collections.MutableMap<kotlin.String, kotlin.collections.MutableList<PortBinding>?>** | PortMap describes the mapping of container ports to host ports, using the container's port-number and protocol as key in the format `<port>/<protocol>`, for example, `80/udp`. If a container's port is mapped for multiple protocols, separate entries are added to the mapping table. | [optional] |
1313
| **sandboxKey** | **kotlin.String** | SandboxKey identifies the sandbox | [optional] |
1414
| **secondaryIPAddresses** | [**kotlin.collections.MutableList<Address>**](Address.md) | | [optional] |
1515
| **secondaryIPv6Addresses** | [**kotlin.collections.MutableList<Address>**](Address.md) | | [optional] |

api-model-v1-41/src/main/kotlin/de/gesellix/docker/remote/api/Address.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
88

99
@file:Suppress(
1010
"ArrayInDataClass",
11+
"DuplicatedCode",
1112
"EnumEntryName",
1213
"RemoveRedundantQualifierName",
14+
"RemoveRedundantCallsOfConversionMethods",
15+
"REDUNDANT_CALL_OF_CONVERSION_METHOD",
16+
"RedundantUnitReturnType",
17+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
1319
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused",
1422
)
1523

1624
package de.gesellix.docker.remote.api

api-model-v1-41/src/main/kotlin/de/gesellix/docker/remote/api/AuthConfig.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
88

99
@file:Suppress(
1010
"ArrayInDataClass",
11+
"DuplicatedCode",
1112
"EnumEntryName",
1213
"RemoveRedundantQualifierName",
14+
"RemoveRedundantCallsOfConversionMethods",
15+
"REDUNDANT_CALL_OF_CONVERSION_METHOD",
16+
"RedundantUnitReturnType",
17+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
1319
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused",
1422
)
1523

1624
package de.gesellix.docker.remote.api

api-model-v1-41/src/main/kotlin/de/gesellix/docker/remote/api/BuildCache.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
88

99
@file:Suppress(
1010
"ArrayInDataClass",
11+
"DuplicatedCode",
1112
"EnumEntryName",
1213
"RemoveRedundantQualifierName",
14+
"RemoveRedundantCallsOfConversionMethods",
15+
"REDUNDANT_CALL_OF_CONVERSION_METHOD",
16+
"RedundantUnitReturnType",
17+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
1319
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused",
1422
)
1523

1624
package de.gesellix.docker.remote.api

api-model-v1-41/src/main/kotlin/de/gesellix/docker/remote/api/BuildInfo.kt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,26 @@
88

99
@file:Suppress(
1010
"ArrayInDataClass",
11+
"DuplicatedCode",
1112
"EnumEntryName",
1213
"RemoveRedundantQualifierName",
14+
"RemoveRedundantCallsOfConversionMethods",
15+
"REDUNDANT_CALL_OF_CONVERSION_METHOD",
16+
"RedundantUnitReturnType",
17+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
1319
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused",
1422
)
1523

1624
package de.gesellix.docker.remote.api
1725

1826
import com.squareup.moshi.Json
1927
import com.squareup.moshi.JsonClass
28+
import de.gesellix.docker.remote.api.ErrorDetail
29+
import de.gesellix.docker.remote.api.ImageID
30+
import de.gesellix.docker.remote.api.ProgressDetail
2031

2132
/**
2233
*

api-model-v1-41/src/main/kotlin/de/gesellix/docker/remote/api/BuildPruneResponse.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
88

99
@file:Suppress(
1010
"ArrayInDataClass",
11+
"DuplicatedCode",
1112
"EnumEntryName",
1213
"RemoveRedundantQualifierName",
14+
"RemoveRedundantCallsOfConversionMethods",
15+
"REDUNDANT_CALL_OF_CONVERSION_METHOD",
16+
"RedundantUnitReturnType",
17+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
1319
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused",
1422
)
1523

1624
package de.gesellix.docker.remote.api

api-model-v1-41/src/main/kotlin/de/gesellix/docker/remote/api/ChangeType.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
88

99
@file:Suppress(
1010
"ArrayInDataClass",
11+
"DuplicatedCode",
1112
"EnumEntryName",
1213
"RemoveRedundantQualifierName",
14+
"RemoveRedundantCallsOfConversionMethods",
15+
"REDUNDANT_CALL_OF_CONVERSION_METHOD",
16+
"RedundantUnitReturnType",
17+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
1319
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused",
1422
)
1523

1624
package de.gesellix.docker.remote.api

0 commit comments

Comments
 (0)