Skip to content

Commit 984a18c

Browse files
committed
Update generated sources
1 parent 8c01fcd commit 984a18c

File tree

16 files changed

+38
-38
lines changed

16 files changed

+38
-38
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0
1+
7.15.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.11.0
81+
- Generator version: 7.15.0
8282
- Build package: org.openapitools.codegen.languages.KotlinClientCodegen
8383

8484
## Requires

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ data class ClusterVolumePublishStatusInner(
4040
/**
4141
* The published state of the volume. * `pending-publish` The volume should be published to this node, but the call to the controller plugin to do so has not yet been successfully completed. * `published` The volume is published successfully to the node. * `pending-node-unpublish` The volume should be unpublished from the node, and the manager is awaiting confirmation from the worker that it has done so. * `pending-controller-unpublish` The volume is successfully unpublished from the node, but has not yet been successfully unpublished on the controller.
4242
*
43-
* Values: PendingMinusPublish,Published,PendingMinusNodeMinusUnpublish,PendingMinusControllerMinusUnpublish
43+
* Values: PendingPublish,Published,PendingNodeUnpublish,PendingControllerUnpublish
4444
*/
4545
@JsonClass(generateAdapter = false)
4646
enum class State(val value: kotlin.String) {
4747
@Json(name = "pending-publish")
48-
PendingMinusPublish("pending-publish"),
48+
PendingPublish("pending-publish"),
4949

5050
@Json(name = "published")
5151
Published("published"),
5252

5353
@Json(name = "pending-node-unpublish")
54-
PendingMinusNodeMinusUnpublish("pending-node-unpublish"),
54+
PendingNodeUnpublish("pending-node-unpublish"),
5555

5656
@Json(name = "pending-controller-unpublish")
57-
PendingMinusControllerMinusUnpublish("pending-controller-unpublish"),
57+
PendingControllerUnpublish("pending-controller-unpublish"),
5858
}
5959
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ data class HostConfigAllOfLogConfig(
3434
/**
3535
*
3636
*
37-
* Values: JsonMinusFile,Syslog,Journald,Gelf,Fluentd,Awslogs,Splunk,Etwlogs,None
37+
* Values: JsonFile,Syslog,Journald,Gelf,Fluentd,Awslogs,Splunk,Etwlogs,None
3838
*/
3939
@JsonClass(generateAdapter = false)
4040
enum class Type(val value: kotlin.String) {
4141
@Json(name = "json-file")
42-
JsonMinusFile("json-file"),
42+
JsonFile("json-file"),
4343

4444
@Json(name = "syslog")
4545
Syslog("syslog"),

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ data class RestartPolicy(
3636
/**
3737
* - Empty string means not to restart - `no` Do not automatically restart - `always` Always restart - `unless-stopped` Restart always except when the user has manually stopped the container - `on-failure` Restart only when the container exit code is non-zero
3838
*
39-
* Values: EMPTY,No,Always,UnlessMinusStopped,OnMinusFailure
39+
* Values: EMPTY,No,Always,UnlessStopped,OnFailure
4040
*/
4141
@JsonClass(generateAdapter = false)
4242
enum class Name(val value: kotlin.String) {
@@ -50,9 +50,9 @@ data class RestartPolicy(
5050
Always("always"),
5151

5252
@Json(name = "unless-stopped")
53-
UnlessMinusStopped("unless-stopped"),
53+
UnlessStopped("unless-stopped"),
5454

5555
@Json(name = "on-failure")
56-
OnMinusFailure("on-failure"),
56+
OnFailure("on-failure"),
5757
}
5858
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ data class ServiceSpecRollbackConfig(
6666
/**
6767
* The order of operations when rolling back a task. Either the old task is shut down before the new task is started, or the new task is started before the old task is shut down.
6868
*
69-
* Values: StopMinusFirst,StartMinusFirst
69+
* Values: StopFirst,StartFirst
7070
*/
7171
@JsonClass(generateAdapter = false)
7272
enum class Order(val value: kotlin.String) {
7373
@Json(name = "stop-first")
74-
StopMinusFirst("stop-first"),
74+
StopFirst("stop-first"),
7575

7676
@Json(name = "start-first")
77-
StartMinusFirst("start-first"),
77+
StartFirst("start-first"),
7878
}
7979
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ data class ServiceSpecUpdateConfig(
6969
/**
7070
* The order of operations when rolling out an updated task. Either the old task is shut down before the new task is started, or the new task is started before the old task is shut down.
7171
*
72-
* Values: StopMinusFirst,StartMinusFirst
72+
* Values: StopFirst,StartFirst
7373
*/
7474
@JsonClass(generateAdapter = false)
7575
enum class Order(val value: kotlin.String) {
7676
@Json(name = "stop-first")
77-
StopMinusFirst("stop-first"),
77+
StopFirst("stop-first"),
7878

7979
@Json(name = "start-first")
80-
StartMinusFirst("start-first"),
80+
StartFirst("start-first"),
8181
}
8282
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ data class TaskSpecRestartPolicy(
4444
/**
4545
* Condition for restart.
4646
*
47-
* Values: None,OnMinusFailure,Any
47+
* Values: None,OnFailure,Any
4848
*/
4949
@JsonClass(generateAdapter = false)
5050
enum class Condition(val value: kotlin.String) {
5151
@Json(name = "none")
5252
None("none"),
5353

5454
@Json(name = "on-failure")
55-
OnMinusFailure("on-failure"),
55+
OnFailure("on-failure"),
5656

5757
@Json(name = "any")
5858
Any("any"),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0
1+
7.15.0

api-model-v1-45/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.45
8080
- Package version:
81-
- Generator version: 7.11.0
81+
- Generator version: 7.15.0
8282
- Build package: org.openapitools.codegen.languages.KotlinClientCodegen
8383

8484
## Requires

0 commit comments

Comments
 (0)