Skip to content

Commit 08e75b3

Browse files
committed
Update generated files after OpenAPI generator version update
1 parent dff92dc commit 08e75b3

File tree

404 files changed

+3428
-3428
lines changed

Some content is hidden

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

404 files changed

+3428
-3428
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.7.0

api-model-v1-41/README.md

Lines changed: 110 additions & 110 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Address
33

44
## Properties
5-
Name | Type | Description | Notes
6-
------------ | ------------- | ------------- | -------------
7-
**addr** | **kotlin.String** | IP address. | [optional]
8-
**prefixLen** | **kotlin.Int** | Mask length of the IP address. | [optional]
5+
| Name | Type | Description | Notes |
6+
| ------------ | ------------- | ------------- | ------------- |
7+
| **addr** | **kotlin.String** | IP address. | [optional] |
8+
| **prefixLen** | **kotlin.Int** | Mask length of the IP address. | [optional] |
99

1010

1111

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# AuthConfig
33

44
## Properties
5-
Name | Type | Description | Notes
6-
------------ | ------------- | ------------- | -------------
7-
**username** | **kotlin.String** | | [optional]
8-
**password** | **kotlin.String** | | [optional]
9-
**email** | **kotlin.String** | | [optional]
10-
**serveraddress** | **kotlin.String** | | [optional]
5+
| Name | Type | Description | Notes |
6+
| ------------ | ------------- | ------------- | ------------- |
7+
| **username** | **kotlin.String** | | [optional] |
8+
| **password** | **kotlin.String** | | [optional] |
9+
| **email** | **kotlin.String** | | [optional] |
10+
| **serveraddress** | **kotlin.String** | | [optional] |
1111

1212

1313

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
# BuildCache
33

44
## Properties
5-
Name | Type | Description | Notes
6-
------------ | ------------- | ------------- | -------------
7-
**ID** | **kotlin.String** | Unique ID of the build cache record. | [optional]
8-
**parent** | **kotlin.String** | ID of the parent build cache record. > **Deprecated**: This field is deprecated, and omitted if empty. | [optional]
9-
**parents** | **kotlin.collections.MutableList<kotlin.String>** | List of parent build cache record IDs. | [optional]
10-
**type** | [**inline**](#Type) | Cache record type. | [optional]
11-
**description** | **kotlin.String** | Description of the build-step that produced the build cache. | [optional]
12-
**inUse** | **kotlin.Boolean** | Indicates if the build cache is in use. | [optional]
13-
**shared** | **kotlin.Boolean** | Indicates if the build cache is shared. | [optional]
14-
**propertySize** | **kotlin.Int** | Amount of disk space used by the build cache (in bytes). | [optional]
15-
**createdAt** | **kotlin.String** | Date and time at which the build cache was created in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional]
16-
**lastUsedAt** | **kotlin.String** | Date and time at which the build cache was last used in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional]
17-
**usageCount** | **kotlin.Int** | | [optional]
5+
| Name | Type | Description | Notes |
6+
| ------------ | ------------- | ------------- | ------------- |
7+
| **ID** | **kotlin.String** | Unique ID of the build cache record. | [optional] |
8+
| **parent** | **kotlin.String** | ID of the parent build cache record. > **Deprecated**: This field is deprecated, and omitted if empty. | [optional] |
9+
| **parents** | **kotlin.collections.MutableList<kotlin.String>** | List of parent build cache record IDs. | [optional] |
10+
| **type** | [**inline**](#Type) | Cache record type. | [optional] |
11+
| **description** | **kotlin.String** | Description of the build-step that produced the build cache. | [optional] |
12+
| **inUse** | **kotlin.Boolean** | Indicates if the build cache is in use. | [optional] |
13+
| **shared** | **kotlin.Boolean** | Indicates if the build cache is shared. | [optional] |
14+
| **propertySize** | **kotlin.Int** | Amount of disk space used by the build cache (in bytes). | [optional] |
15+
| **createdAt** | **kotlin.String** | Date and time at which the build cache was created in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional] |
16+
| **lastUsedAt** | **kotlin.String** | Date and time at which the build cache was last used in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional] |
17+
| **usageCount** | **kotlin.Int** | | [optional] |
1818

1919

2020
<a id="Type"></a>
2121
## Enum: Type
22-
Name | Value
23-
---- | -----
24-
type | internal, frontend, source.local, source.git.checkout, exec.cachemount, regular
22+
| Name | Value |
23+
| ---- | ----- |
24+
| type | internal, frontend, source.local, source.git.checkout, exec.cachemount, regular |
2525

2626

2727

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# BuildInfo
33

44
## Properties
5-
Name | Type | Description | Notes
6-
------------ | ------------- | ------------- | -------------
7-
**id** | **kotlin.String** | | [optional]
8-
**stream** | **kotlin.String** | | [optional]
9-
**error** | **kotlin.String** | | [optional]
10-
**errorDetail** | [**ErrorDetail**](ErrorDetail.md) | | [optional]
11-
**status** | **kotlin.String** | | [optional]
12-
**progress** | **kotlin.String** | | [optional]
13-
**progressDetail** | [**ProgressDetail**](ProgressDetail.md) | | [optional]
14-
**aux** | [**ImageID**](ImageID.md) | | [optional]
5+
| Name | Type | Description | Notes |
6+
| ------------ | ------------- | ------------- | ------------- |
7+
| **id** | **kotlin.String** | | [optional] |
8+
| **stream** | **kotlin.String** | | [optional] |
9+
| **error** | **kotlin.String** | | [optional] |
10+
| **errorDetail** | [**ErrorDetail**](ErrorDetail.md) | | [optional] |
11+
| **status** | **kotlin.String** | | [optional] |
12+
| **progress** | **kotlin.String** | | [optional] |
13+
| **progressDetail** | [**ProgressDetail**](ProgressDetail.md) | | [optional] |
14+
| **aux** | [**ImageID**](ImageID.md) | | [optional] |
1515

1616

1717

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# BuildPruneResponse
33

44
## Properties
5-
Name | Type | Description | Notes
6-
------------ | ------------- | ------------- | -------------
7-
**cachesDeleted** | **kotlin.collections.MutableList&lt;kotlin.String&gt;** | | [optional]
8-
**spaceReclaimed** | **kotlin.Long** | Disk space reclaimed in bytes | [optional]
5+
| Name | Type | Description | Notes |
6+
| ------------ | ------------- | ------------- | ------------- |
7+
| **cachesDeleted** | **kotlin.collections.MutableList&lt;kotlin.String&gt;** | | [optional] |
8+
| **spaceReclaimed** | **kotlin.Long** | Disk space reclaimed in bytes | [optional] |
99

1010

1111

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# ClusterInfo
33

44
## Properties
5-
Name | Type | Description | Notes
6-
------------ | ------------- | ------------- | -------------
7-
**ID** | **kotlin.String** | The ID of the swarm. | [optional]
8-
**version** | [**ObjectVersion**](ObjectVersion.md) | | [optional]
9-
**createdAt** | **kotlin.String** | Date and time at which the swarm was initialised in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional]
10-
**updatedAt** | **kotlin.String** | Date and time at which the swarm was last updated in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional]
11-
**spec** | [**SwarmSpec**](SwarmSpec.md) | | [optional]
12-
**tlSInfo** | [**TLSInfo**](TLSInfo.md) | | [optional]
13-
**rootRotationInProgress** | **kotlin.Boolean** | Whether there is currently a root CA rotation in progress for the swarm | [optional]
14-
**dataPathPort** | **kotlin.Int** | DataPathPort specifies the data path port number for data traffic. Acceptable port range is 1024 to 49151. If no port is set or is set to 0, the default port (4789) is used. | [optional]
15-
**defaultAddrPool** | **kotlin.collections.MutableList&lt;kotlin.String&gt;** | Default Address Pool specifies default subnet pools for global scope networks. | [optional]
16-
**subnetSize** | **kotlin.Int** | SubnetSize specifies the subnet size of the networks created from the default subnet pool. | [optional]
5+
| Name | Type | Description | Notes |
6+
| ------------ | ------------- | ------------- | ------------- |
7+
| **ID** | **kotlin.String** | The ID of the swarm. | [optional] |
8+
| **version** | [**ObjectVersion**](ObjectVersion.md) | | [optional] |
9+
| **createdAt** | **kotlin.String** | Date and time at which the swarm was initialised in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional] |
10+
| **updatedAt** | **kotlin.String** | Date and time at which the swarm was last updated in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional] |
11+
| **spec** | [**SwarmSpec**](SwarmSpec.md) | | [optional] |
12+
| **tlSInfo** | [**TLSInfo**](TLSInfo.md) | | [optional] |
13+
| **rootRotationInProgress** | **kotlin.Boolean** | Whether there is currently a root CA rotation in progress for the swarm | [optional] |
14+
| **dataPathPort** | **kotlin.Int** | DataPathPort specifies the data path port number for data traffic. Acceptable port range is 1024 to 49151. If no port is set or is set to 0, the default port (4789) is used. | [optional] |
15+
| **defaultAddrPool** | **kotlin.collections.MutableList&lt;kotlin.String&gt;** | Default Address Pool specifies default subnet pools for global scope networks. | [optional] |
16+
| **subnetSize** | **kotlin.Int** | SubnetSize specifies the subnet size of the networks created from the default subnet pool. | [optional] |
1717

1818

1919

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# ClusterVolume
33

44
## Properties
5-
Name | Type | Description | Notes
6-
------------ | ------------- | ------------- | -------------
7-
**ID** | **kotlin.String** | The Swarm ID of this volume. Because cluster volumes are Swarm objects, they have an ID, unlike non-cluster volumes. This ID can be used to refer to the Volume instead of the name. | [optional]
8-
**version** | [**ObjectVersion**](ObjectVersion.md) | | [optional]
9-
**createdAt** | **kotlin.String** | | [optional]
10-
**updatedAt** | **kotlin.String** | | [optional]
11-
**spec** | [**ClusterVolumeSpec**](ClusterVolumeSpec.md) | | [optional]
12-
**info** | [**ClusterVolumeInfo**](ClusterVolumeInfo.md) | | [optional]
13-
**publishStatus** | [**kotlin.collections.MutableList&lt;ClusterVolumePublishStatusInner&gt;**](ClusterVolumePublishStatusInner.md) | The status of the volume as it pertains to its publishing and use on specific nodes | [optional]
5+
| Name | Type | Description | Notes |
6+
| ------------ | ------------- | ------------- | ------------- |
7+
| **ID** | **kotlin.String** | The Swarm ID of this volume. Because cluster volumes are Swarm objects, they have an ID, unlike non-cluster volumes. This ID can be used to refer to the Volume instead of the name. | [optional] |
8+
| **version** | [**ObjectVersion**](ObjectVersion.md) | | [optional] |
9+
| **createdAt** | **kotlin.String** | | [optional] |
10+
| **updatedAt** | **kotlin.String** | | [optional] |
11+
| **spec** | [**ClusterVolumeSpec**](ClusterVolumeSpec.md) | | [optional] |
12+
| **info** | [**ClusterVolumeInfo**](ClusterVolumeInfo.md) | | [optional] |
13+
| **publishStatus** | [**kotlin.collections.MutableList&lt;ClusterVolumePublishStatusInner&gt;**](ClusterVolumePublishStatusInner.md) | The status of the volume as it pertains to its publishing and use on specific nodes | [optional] |
1414

1515

1616

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# ClusterVolumeInfo
33

44
## Properties
5-
Name | Type | Description | Notes
6-
------------ | ------------- | ------------- | -------------
7-
**capacityBytes** | **kotlin.Long** | The capacity of the volume in bytes. A value of 0 indicates that the capacity is unknown. | [optional]
8-
**volumeContext** | **kotlin.collections.MutableMap&lt;kotlin.String, kotlin.String&gt;** | A map of strings to strings returned from the storage plugin when the volume is created. | [optional]
9-
**volumeID** | **kotlin.String** | The ID of the volume as returned by the CSI storage plugin. This is distinct from the volume&#39;s ID as provided by Docker. This ID is never used by the user when communicating with Docker to refer to this volume. If the ID is blank, then the Volume has not been successfully created in the plugin yet. | [optional]
10-
**accessibleTopology** | **kotlin.collections.MutableList&lt;kotlin.collections.MutableMap&lt;kotlin.String, kotlin.String&gt;&gt;** | The topology this volume is actually accessible from. | [optional]
5+
| Name | Type | Description | Notes |
6+
| ------------ | ------------- | ------------- | ------------- |
7+
| **capacityBytes** | **kotlin.Long** | The capacity of the volume in bytes. A value of 0 indicates that the capacity is unknown. | [optional] |
8+
| **volumeContext** | **kotlin.collections.MutableMap&lt;kotlin.String, kotlin.String&gt;** | A map of strings to strings returned from the storage plugin when the volume is created. | [optional] |
9+
| **volumeID** | **kotlin.String** | The ID of the volume as returned by the CSI storage plugin. This is distinct from the volume&#39;s ID as provided by Docker. This ID is never used by the user when communicating with Docker to refer to this volume. If the ID is blank, then the Volume has not been successfully created in the plugin yet. | [optional] |
10+
| **accessibleTopology** | **kotlin.collections.MutableList&lt;kotlin.collections.MutableMap&lt;kotlin.String, kotlin.String&gt;&gt;** | The topology this volume is actually accessible from. | [optional] |
1111

1212

1313

0 commit comments

Comments
 (0)