Skip to content

Commit 59c847b

Browse files
fix(kafka-admin/v1): update kafka-admin/v1 SDK (#361)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent e1c2605 commit 59c847b

67 files changed

Lines changed: 70 additions & 70 deletions

File tree

Some content is hidden

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

.openapi/kafka-admin-rest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
license:
88
name: Apache 2.0
99
url: https://www.apache.org/licenses/LICENSE-2.0
10-
version: 0.12.2
10+
version: 0.13.0-SNAPSHOT
1111
servers:
1212
- url: /
1313
description: Kafka Admin REST API

packages/kafka-instance-sdk/README.md

Lines changed: 4 additions & 4 deletions

packages/kafka-instance-sdk/api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
name: Apache 2.0
77
url: https://www.apache.org/licenses/LICENSE-2.0
88
title: Kafka Instance API
9-
version: 0.12.2
9+
version: 0.13.0-SNAPSHOT
1010
servers:
1111
- description: Kafka Admin REST API
1212
url: /

packages/kafka-instance-sdk/src/main/java/com/openshift/cloud/api/kas/auth/invoker/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public ApiClient() {
7777
this.json.setDateFormat((DateFormat) dateFormat.clone());
7878

7979
// Set default User-Agent.
80-
setUserAgent("OpenAPI-Generator/0.12.2/java");
80+
setUserAgent("OpenAPI-Generator/0.13.0-SNAPSHOT/java");
8181

8282
// Setup authentications (key: authentication name, value: authentication).
8383
authentications = new HashMap<String, Authentication>();

packages/kafka-instance-sdk/src/main/java/com/openshift/cloud/api/kas/auth/invoker/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Kafka Instance API
33
* API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs
44
*
5-
* The version of the OpenAPI document: 0.12.2
5+
* The version of the OpenAPI document: 0.13.0-SNAPSHOT
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-instance-sdk/src/main/java/com/openshift/cloud/api/kas/auth/invoker/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Kafka Instance API
33
* API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs
44
*
5-
* The version of the OpenAPI document: 0.12.2
5+
* The version of the OpenAPI document: 0.13.0-SNAPSHOT
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-instance-sdk/src/main/java/com/openshift/cloud/api/kas/auth/invoker/JavaTimeFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Kafka Instance API
33
* API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs
44
*
5-
* The version of the OpenAPI document: 0.12.2
5+
* The version of the OpenAPI document: 0.13.0-SNAPSHOT
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-instance-sdk/src/main/java/com/openshift/cloud/api/kas/auth/invoker/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Kafka Instance API
33
* API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs
44
*
5-
* The version of the OpenAPI document: 0.12.2
5+
* The version of the OpenAPI document: 0.13.0-SNAPSHOT
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-instance-sdk/src/main/java/com/openshift/cloud/api/kas/auth/invoker/RFC3339DateFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Kafka Instance API
33
* API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs
44
*
5-
* The version of the OpenAPI document: 0.12.2
5+
* The version of the OpenAPI document: 0.13.0-SNAPSHOT
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/kafka-instance-sdk/src/main/java/com/openshift/cloud/api/kas/auth/invoker/StringUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Kafka Instance API
33
* API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs
44
*
5-
* The version of the OpenAPI document: 0.12.2
5+
* The version of the OpenAPI document: 0.13.0-SNAPSHOT
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)