Skip to content

Commit

Permalink
Update generated files after OpenAPI generator version update
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jul 23, 2024
1 parent dff92dc commit 08e75b3
Show file tree
Hide file tree
Showing 404 changed files with 3,428 additions and 3,428 deletions.
2 changes: 1 addition & 1 deletion api-model-v1-41/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.7.0
220 changes: 110 additions & 110 deletions api-model-v1-41/README.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions api-model-v1-41/docs/Address.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Address

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**addr** | **kotlin.String** | IP address. | [optional]
**prefixLen** | **kotlin.Int** | Mask length of the IP address. | [optional]
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **addr** | **kotlin.String** | IP address. | [optional] |
| **prefixLen** | **kotlin.Int** | Mask length of the IP address. | [optional] |



12 changes: 6 additions & 6 deletions api-model-v1-41/docs/AuthConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# AuthConfig

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**username** | **kotlin.String** | | [optional]
**password** | **kotlin.String** | | [optional]
**email** | **kotlin.String** | | [optional]
**serveraddress** | **kotlin.String** | | [optional]
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **username** | **kotlin.String** | | [optional] |
| **password** | **kotlin.String** | | [optional] |
| **email** | **kotlin.String** | | [optional] |
| **serveraddress** | **kotlin.String** | | [optional] |



32 changes: 16 additions & 16 deletions api-model-v1-41/docs/BuildCache.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
# BuildCache

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ID** | **kotlin.String** | Unique ID of the build cache record. | [optional]
**parent** | **kotlin.String** | ID of the parent build cache record. > **Deprecated**: This field is deprecated, and omitted if empty. | [optional]
**parents** | **kotlin.collections.MutableList<kotlin.String>** | List of parent build cache record IDs. | [optional]
**type** | [**inline**](#Type) | Cache record type. | [optional]
**description** | **kotlin.String** | Description of the build-step that produced the build cache. | [optional]
**inUse** | **kotlin.Boolean** | Indicates if the build cache is in use. | [optional]
**shared** | **kotlin.Boolean** | Indicates if the build cache is shared. | [optional]
**propertySize** | **kotlin.Int** | Amount of disk space used by the build cache (in bytes). | [optional]
**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]
**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]
**usageCount** | **kotlin.Int** | | [optional]
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **ID** | **kotlin.String** | Unique ID of the build cache record. | [optional] |
| **parent** | **kotlin.String** | ID of the parent build cache record. > **Deprecated**: This field is deprecated, and omitted if empty. | [optional] |
| **parents** | **kotlin.collections.MutableList<kotlin.String>** | List of parent build cache record IDs. | [optional] |
| **type** | [**inline**](#Type) | Cache record type. | [optional] |
| **description** | **kotlin.String** | Description of the build-step that produced the build cache. | [optional] |
| **inUse** | **kotlin.Boolean** | Indicates if the build cache is in use. | [optional] |
| **shared** | **kotlin.Boolean** | Indicates if the build cache is shared. | [optional] |
| **propertySize** | **kotlin.Int** | Amount of disk space used by the build cache (in bytes). | [optional] |
| **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] |
| **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] |
| **usageCount** | **kotlin.Int** | | [optional] |


<a id="Type"></a>
## Enum: Type
Name | Value
---- | -----
type | internal, frontend, source.local, source.git.checkout, exec.cachemount, regular
| Name | Value |
| ---- | ----- |
| type | internal, frontend, source.local, source.git.checkout, exec.cachemount, regular |



20 changes: 10 additions & 10 deletions api-model-v1-41/docs/BuildInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# BuildInfo

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **kotlin.String** | | [optional]
**stream** | **kotlin.String** | | [optional]
**error** | **kotlin.String** | | [optional]
**errorDetail** | [**ErrorDetail**](ErrorDetail.md) | | [optional]
**status** | **kotlin.String** | | [optional]
**progress** | **kotlin.String** | | [optional]
**progressDetail** | [**ProgressDetail**](ProgressDetail.md) | | [optional]
**aux** | [**ImageID**](ImageID.md) | | [optional]
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **id** | **kotlin.String** | | [optional] |
| **stream** | **kotlin.String** | | [optional] |
| **error** | **kotlin.String** | | [optional] |
| **errorDetail** | [**ErrorDetail**](ErrorDetail.md) | | [optional] |
| **status** | **kotlin.String** | | [optional] |
| **progress** | **kotlin.String** | | [optional] |
| **progressDetail** | [**ProgressDetail**](ProgressDetail.md) | | [optional] |
| **aux** | [**ImageID**](ImageID.md) | | [optional] |



8 changes: 4 additions & 4 deletions api-model-v1-41/docs/BuildPruneResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# BuildPruneResponse

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



24 changes: 12 additions & 12 deletions api-model-v1-41/docs/ClusterInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# ClusterInfo

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ID** | **kotlin.String** | The ID of the swarm. | [optional]
**version** | [**ObjectVersion**](ObjectVersion.md) | | [optional]
**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]
**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]
**spec** | [**SwarmSpec**](SwarmSpec.md) | | [optional]
**tlSInfo** | [**TLSInfo**](TLSInfo.md) | | [optional]
**rootRotationInProgress** | **kotlin.Boolean** | Whether there is currently a root CA rotation in progress for the swarm | [optional]
**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]
**defaultAddrPool** | **kotlin.collections.MutableList&lt;kotlin.String&gt;** | Default Address Pool specifies default subnet pools for global scope networks. | [optional]
**subnetSize** | **kotlin.Int** | SubnetSize specifies the subnet size of the networks created from the default subnet pool. | [optional]
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **ID** | **kotlin.String** | The ID of the swarm. | [optional] |
| **version** | [**ObjectVersion**](ObjectVersion.md) | | [optional] |
| **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] |
| **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] |
| **spec** | [**SwarmSpec**](SwarmSpec.md) | | [optional] |
| **tlSInfo** | [**TLSInfo**](TLSInfo.md) | | [optional] |
| **rootRotationInProgress** | **kotlin.Boolean** | Whether there is currently a root CA rotation in progress for the swarm | [optional] |
| **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] |
| **defaultAddrPool** | **kotlin.collections.MutableList&lt;kotlin.String&gt;** | Default Address Pool specifies default subnet pools for global scope networks. | [optional] |
| **subnetSize** | **kotlin.Int** | SubnetSize specifies the subnet size of the networks created from the default subnet pool. | [optional] |



18 changes: 9 additions & 9 deletions api-model-v1-41/docs/ClusterVolume.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# ClusterVolume

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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]
**version** | [**ObjectVersion**](ObjectVersion.md) | | [optional]
**createdAt** | **kotlin.String** | | [optional]
**updatedAt** | **kotlin.String** | | [optional]
**spec** | [**ClusterVolumeSpec**](ClusterVolumeSpec.md) | | [optional]
**info** | [**ClusterVolumeInfo**](ClusterVolumeInfo.md) | | [optional]
**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]
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **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] |
| **version** | [**ObjectVersion**](ObjectVersion.md) | | [optional] |
| **createdAt** | **kotlin.String** | | [optional] |
| **updatedAt** | **kotlin.String** | | [optional] |
| **spec** | [**ClusterVolumeSpec**](ClusterVolumeSpec.md) | | [optional] |
| **info** | [**ClusterVolumeInfo**](ClusterVolumeInfo.md) | | [optional] |
| **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] |



12 changes: 6 additions & 6 deletions api-model-v1-41/docs/ClusterVolumeInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# ClusterVolumeInfo

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**capacityBytes** | **kotlin.Long** | The capacity of the volume in bytes. A value of 0 indicates that the capacity is unknown. | [optional]
**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]
**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]
**accessibleTopology** | **kotlin.collections.MutableList&lt;kotlin.collections.MutableMap&lt;kotlin.String, kotlin.String&gt;&gt;** | The topology this volume is actually accessible from. | [optional]
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **capacityBytes** | **kotlin.Long** | The capacity of the volume in bytes. A value of 0 indicates that the capacity is unknown. | [optional] |
| **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] |
| **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] |
| **accessibleTopology** | **kotlin.collections.MutableList&lt;kotlin.collections.MutableMap&lt;kotlin.String, kotlin.String&gt;&gt;** | The topology this volume is actually accessible from. | [optional] |



16 changes: 8 additions & 8 deletions api-model-v1-41/docs/ClusterVolumePublishStatusInner.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# ClusterVolumePublishStatusInner

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**nodeID** | **kotlin.String** | The ID of the Swarm node the volume is published on. | [optional]
**state** | [**inline**](#State) | The published state of the volume. * &#x60;pending-publish&#x60; The volume should be published to this node, but the call to the controller plugin to do so has not yet been successfully completed. * &#x60;published&#x60; The volume is published successfully to the node. * &#x60;pending-node-unpublish&#x60; The volume should be unpublished from the node, and the manager is awaiting confirmation from the worker that it has done so. * &#x60;pending-controller-unpublish&#x60; The volume is successfully unpublished from the node, but has not yet been successfully unpublished on the controller. | [optional]
**publishContext** | **kotlin.collections.MutableMap&lt;kotlin.String, kotlin.String&gt;** | A map of strings to strings returned by the CSI controller plugin when a volume is published. | [optional]
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **nodeID** | **kotlin.String** | The ID of the Swarm node the volume is published on. | [optional] |
| **state** | [**inline**](#State) | The published state of the volume. * &#x60;pending-publish&#x60; The volume should be published to this node, but the call to the controller plugin to do so has not yet been successfully completed. * &#x60;published&#x60; The volume is published successfully to the node. * &#x60;pending-node-unpublish&#x60; The volume should be unpublished from the node, and the manager is awaiting confirmation from the worker that it has done so. * &#x60;pending-controller-unpublish&#x60; The volume is successfully unpublished from the node, but has not yet been successfully unpublished on the controller. | [optional] |
| **publishContext** | **kotlin.collections.MutableMap&lt;kotlin.String, kotlin.String&gt;** | A map of strings to strings returned by the CSI controller plugin when a volume is published. | [optional] |


<a id="State"></a>
## Enum: State
Name | Value
---- | -----
state | pending-publish, published, pending-node-unpublish, pending-controller-unpublish
| Name | Value |
| ---- | ----- |
| state | pending-publish, published, pending-node-unpublish, pending-controller-unpublish |



8 changes: 4 additions & 4 deletions api-model-v1-41/docs/ClusterVolumeSpec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# ClusterVolumeSpec

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group** | **kotlin.String** | Group defines the volume group of this volume. Volumes belonging to the same group can be referred to by group name when creating Services. Referring to a volume by group instructs Swarm to treat volumes in that group interchangeably for the purpose of scheduling. Volumes with an empty string for a group technically all belong to the same, emptystring group. | [optional]
**accessMode** | [**ClusterVolumeSpecAccessMode**](ClusterVolumeSpecAccessMode.md) | | [optional]
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **group** | **kotlin.String** | Group defines the volume group of this volume. Volumes belonging to the same group can be referred to by group name when creating Services. Referring to a volume by group instructs Swarm to treat volumes in that group interchangeably for the purpose of scheduling. Volumes with an empty string for a group technically all belong to the same, emptystring group. | [optional] |
| **accessMode** | [**ClusterVolumeSpecAccessMode**](ClusterVolumeSpecAccessMode.md) | | [optional] |



Loading

0 comments on commit 08e75b3

Please sign in to comment.