Skip to content

Commit 3096535

Browse files
committed
Update generated code after openapi generator version bump
1 parent c9a2a93 commit 3096535

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+80
-38
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.0
1+
6.6.0

api-model-v1-41/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This runs all tests and packages the library.
108108
* Some Kotlin and Java types are fully qualified to avoid conflicts with types defined in OpenAPI definitions.
109109
* Implementation of ApiClient is intended to reduce method counts, specifically to benefit Android targets.
110110

111-
<a name="documentation-for-api-endpoints"></a>
111+
<a id="documentation-for-api-endpoints"></a>
112112
## Documentation for API Endpoints
113113

114114
All URIs are relative to *http://localhost/v1.41*
@@ -223,7 +223,7 @@ Class | Method | HTTP request | Description
223223
*VolumeApi* | [**volumePrune**](docs/VolumeApi.md#volumeprune) | **POST** /volumes/prune | Delete unused volumes
224224

225225

226-
<a name="documentation-for-models"></a>
226+
<a id="documentation-for-models"></a>
227227
## Documentation for Models
228228

229229
- [de.gesellix.docker.remote.api.Address](docs/Address.md)
@@ -425,7 +425,8 @@ Class | Method | HTTP request | Description
425425
- [de.gesellix.docker.remote.api.VolumeUsageData](docs/VolumeUsageData.md)
426426

427427

428-
<a name="documentation-for-authorization"></a>
428+
<a id="documentation-for-authorization"></a>
429429
## Documentation for Authorization
430430

431-
All endpoints do not require authorization.
431+
Endpoints do not require authorization.
432+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**usageCount** | **kotlin.Int** | | [optional]
1818

1919

20-
<a name="Type"></a>
20+
<a id="Type"></a>
2121
## Enum: Type
2222
Name | Value
2323
---- | -----

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
1818
**health** | [**Health**](Health.md) | | [optional]
1919

2020

21-
<a name="Status"></a>
21+
<a id="Status"></a>
2222
## Enum: Status
2323
Name | Value
2424
---- | -----

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Name | Type | Description | Notes
1111
**publishMode** | [**inline**](#PublishMode) | The mode in which port is published. &lt;p&gt;&lt;br /&gt;&lt;/p&gt; - \&quot;ingress\&quot; makes the target port accessible on every node, regardless of whether there is a task for the service running on that node or not. - \&quot;host\&quot; bypasses the routing mesh and publish the port directly on the swarm node where that service is running. | [optional]
1212

1313

14-
<a name="Protocol"></a>
14+
<a id="Protocol"></a>
1515
## Enum: Protocol
1616
Name | Value
1717
---- | -----
1818
protocol | tcp, udp, sctp
1919

2020

21-
<a name="PublishMode"></a>
21+
<a id="PublishMode"></a>
2222
## Enum: PublishMode
2323
Name | Value
2424
---- | -----

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**ports** | [**kotlin.collections.MutableList&lt;EndpointPortConfig&gt;**](EndpointPortConfig.md) | List of exposed ports that this service is accessible on from the outside. Ports can only be provided if &#x60;vip&#x60; resolution mode is used. | [optional]
99

1010

11-
<a name="Mode"></a>
11+
<a id="Mode"></a>
1212
## Enum: Mode
1313
Name | Value
1414
---- | -----

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Name | Type | Description | Notes
1212
**timeNano** | **kotlin.Long** | Timestamp of event, with nanosecond accuracy | [optional]
1313

1414

15-
<a name="Type"></a>
15+
<a id="Type"></a>
1616
## Enum: Type
1717
Name | Value
1818
---- | -----
1919
type | builder, config, container, daemon, image, network, node, plugin, secret, service, volume
2020

2121

22-
<a name="Scope"></a>
22+
<a id="Scope"></a>
2323
## Enum: scope
2424
Name | Value
2525
---- | -----

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**log** | [**kotlin.collections.MutableList&lt;HealthcheckResult&gt;**](HealthcheckResult.md) | Log contains the last few results (oldest first) | [optional]
1010

1111

12-
<a name="Status"></a>
12+
<a id="Status"></a>
1313
## Enum: Status
1414
Name | Value
1515
---- | -----

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ Name | Type | Description | Notes
7575
**readonlyPaths** | **kotlin.collections.MutableList&lt;kotlin.String&gt;** | The list of paths to be set as read-only inside the container (this overrides the default set of paths). | [optional]
7676

7777

78-
<a name="CgroupnsMode"></a>
78+
<a id="CgroupnsMode"></a>
7979
## Enum: CgroupnsMode
8080
Name | Value
8181
---- | -----
8282
cgroupnsMode | private, host
8383

8484

85-
<a name="Isolation"></a>
85+
<a id="Isolation"></a>
8686
## Enum: Isolation
8787
Name | Value
8888
---- | -----

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ Name | Type | Description | Notes
4444
**readonlyPaths** | **kotlin.collections.MutableList&lt;kotlin.String&gt;** | The list of paths to be set as read-only inside the container (this overrides the default set of paths). | [optional]
4545

4646

47-
<a name="CgroupnsMode"></a>
47+
<a id="CgroupnsMode"></a>
4848
## Enum: CgroupnsMode
4949
Name | Value
5050
---- | -----
5151
cgroupnsMode | private, host
5252

5353

54-
<a name="Isolation"></a>
54+
<a id="Isolation"></a>
5555
## Enum: Isolation
5656
Name | Value
5757
---- | -----

0 commit comments

Comments
 (0)