Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.0
7.15.0
2 changes: 1 addition & 1 deletion api-model-v1-41/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat

- API version: 1.41
- Package version:
- Generator version: 7.11.0
- Generator version: 7.15.0
- Build package: org.openapitools.codegen.languages.KotlinClientCodegen

## Requires
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ data class ClusterVolumePublishStatusInner(
/**
* 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.
*
* Values: PendingMinusPublish,Published,PendingMinusNodeMinusUnpublish,PendingMinusControllerMinusUnpublish
* Values: PendingPublish,Published,PendingNodeUnpublish,PendingControllerUnpublish
*/
@JsonClass(generateAdapter = false)
enum class State(val value: kotlin.String) {
@Json(name = "pending-publish")
PendingMinusPublish("pending-publish"),
PendingPublish("pending-publish"),

@Json(name = "published")
Published("published"),

@Json(name = "pending-node-unpublish")
PendingMinusNodeMinusUnpublish("pending-node-unpublish"),
PendingNodeUnpublish("pending-node-unpublish"),

@Json(name = "pending-controller-unpublish")
PendingMinusControllerMinusUnpublish("pending-controller-unpublish"),
PendingControllerUnpublish("pending-controller-unpublish"),
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ data class HostConfigAllOfLogConfig(
/**
*
*
* Values: JsonMinusFile,Syslog,Journald,Gelf,Fluentd,Awslogs,Splunk,Etwlogs,None
* Values: JsonFile,Syslog,Journald,Gelf,Fluentd,Awslogs,Splunk,Etwlogs,None
*/
@JsonClass(generateAdapter = false)
enum class Type(val value: kotlin.String) {
@Json(name = "json-file")
JsonMinusFile("json-file"),
JsonFile("json-file"),

@Json(name = "syslog")
Syslog("syslog"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data class RestartPolicy(
/**
* - 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
*
* Values: EMPTY,No,Always,UnlessMinusStopped,OnMinusFailure
* Values: EMPTY,No,Always,UnlessStopped,OnFailure
*/
@JsonClass(generateAdapter = false)
enum class Name(val value: kotlin.String) {
Expand All @@ -50,9 +50,9 @@ data class RestartPolicy(
Always("always"),

@Json(name = "unless-stopped")
UnlessMinusStopped("unless-stopped"),
UnlessStopped("unless-stopped"),

@Json(name = "on-failure")
OnMinusFailure("on-failure"),
OnFailure("on-failure"),
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ data class ServiceSpecRollbackConfig(
/**
* 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.
*
* Values: StopMinusFirst,StartMinusFirst
* Values: StopFirst,StartFirst
*/
@JsonClass(generateAdapter = false)
enum class Order(val value: kotlin.String) {
@Json(name = "stop-first")
StopMinusFirst("stop-first"),
StopFirst("stop-first"),

@Json(name = "start-first")
StartMinusFirst("start-first"),
StartFirst("start-first"),
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ data class ServiceSpecUpdateConfig(
/**
* 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.
*
* Values: StopMinusFirst,StartMinusFirst
* Values: StopFirst,StartFirst
*/
@JsonClass(generateAdapter = false)
enum class Order(val value: kotlin.String) {
@Json(name = "stop-first")
StopMinusFirst("stop-first"),
StopFirst("stop-first"),

@Json(name = "start-first")
StartMinusFirst("start-first"),
StartFirst("start-first"),
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ data class TaskSpecRestartPolicy(
/**
* Condition for restart.
*
* Values: None,OnMinusFailure,Any
* Values: None,OnFailure,Any
*/
@JsonClass(generateAdapter = false)
enum class Condition(val value: kotlin.String) {
@Json(name = "none")
None("none"),

@Json(name = "on-failure")
OnMinusFailure("on-failure"),
OnFailure("on-failure"),

@Json(name = "any")
Any("any"),
Expand Down
2 changes: 1 addition & 1 deletion api-model-v1-45/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.11.0
7.15.0
2 changes: 1 addition & 1 deletion api-model-v1-45/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat

- API version: 1.45
- Package version:
- Generator version: 7.11.0
- Generator version: 7.15.0
- Build package: org.openapitools.codegen.languages.KotlinClientCodegen

## Requires
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ data class ClusterVolumePublishStatusInner(
/**
* 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.
*
* Values: PendingMinusPublish,Published,PendingMinusNodeMinusUnpublish,PendingMinusControllerMinusUnpublish
* Values: PendingPublish,Published,PendingNodeUnpublish,PendingControllerUnpublish
*/
@JsonClass(generateAdapter = false)
enum class State(val value: kotlin.String) {
@Json(name = "pending-publish")
PendingMinusPublish("pending-publish"),
PendingPublish("pending-publish"),

@Json(name = "published")
Published("published"),

@Json(name = "pending-node-unpublish")
PendingMinusNodeMinusUnpublish("pending-node-unpublish"),
PendingNodeUnpublish("pending-node-unpublish"),

@Json(name = "pending-controller-unpublish")
PendingMinusControllerMinusUnpublish("pending-controller-unpublish"),
PendingControllerUnpublish("pending-controller-unpublish"),
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ data class HostConfigAllOfLogConfig(
/**
*
*
* Values: JsonMinusFile,Syslog,Journald,Gelf,Fluentd,Awslogs,Splunk,Etwlogs,None
* Values: JsonFile,Syslog,Journald,Gelf,Fluentd,Awslogs,Splunk,Etwlogs,None
*/
@JsonClass(generateAdapter = false)
enum class Type(val value: kotlin.String) {
@Json(name = "json-file")
JsonMinusFile("json-file"),
JsonFile("json-file"),

@Json(name = "syslog")
Syslog("syslog"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ data class RestartPolicy(
/**
* - 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
*
* Values: EMPTY,No,Always,UnlessMinusStopped,OnMinusFailure
* Values: EMPTY,No,Always,UnlessStopped,OnFailure
*/
@JsonClass(generateAdapter = false)
enum class Name(val value: kotlin.String) {
Expand All @@ -50,9 +50,9 @@ data class RestartPolicy(
Always("always"),

@Json(name = "unless-stopped")
UnlessMinusStopped("unless-stopped"),
UnlessStopped("unless-stopped"),

@Json(name = "on-failure")
OnMinusFailure("on-failure"),
OnFailure("on-failure"),
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ data class ServiceSpecRollbackConfig(
/**
* 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.
*
* Values: StopMinusFirst,StartMinusFirst
* Values: StopFirst,StartFirst
*/
@JsonClass(generateAdapter = false)
enum class Order(val value: kotlin.String) {
@Json(name = "stop-first")
StopMinusFirst("stop-first"),
StopFirst("stop-first"),

@Json(name = "start-first")
StartMinusFirst("start-first"),
StartFirst("start-first"),
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ data class ServiceSpecUpdateConfig(
/**
* 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.
*
* Values: StopMinusFirst,StartMinusFirst
* Values: StopFirst,StartFirst
*/
@JsonClass(generateAdapter = false)
enum class Order(val value: kotlin.String) {
@Json(name = "stop-first")
StopMinusFirst("stop-first"),
StopFirst("stop-first"),

@Json(name = "start-first")
StartMinusFirst("start-first"),
StartFirst("start-first"),
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ data class TaskSpecRestartPolicy(
/**
* Condition for restart.
*
* Values: None,OnMinusFailure,Any
* Values: None,OnFailure,Any
*/
@JsonClass(generateAdapter = false)
enum class Condition(val value: kotlin.String) {
@Json(name = "none")
None("none"),

@Json(name = "on-failure")
OnMinusFailure("on-failure"),
OnFailure("on-failure"),

@Json(name = "any")
Any("any"),
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
alias(libs.plugins.kotlinJvm) apply false
id("com.google.devtools.ksp") version "2.2.20-2.0.3" apply false
id("org.openapi.generator") version "7.11.0" apply false
id("org.openapi.generator") version "7.15.0" apply false
id("org.jlleitschuh.gradle.ktlint") version "12.3.0" apply false
}

Expand Down
Loading