Skip to content

Commit

Permalink
chore(all): re-generate OpenAPI client(s) (#420)
Browse files Browse the repository at this point in the history
Co-authored-by: app-services-ci <[email protected]>
  • Loading branch information
app-services-ci and app-services-ci authored Apr 28, 2022
1 parent bdbab9d commit 5f624b6
Show file tree
Hide file tree
Showing 62 changed files with 3,541 additions and 186 deletions.
10 changes: 10 additions & 0 deletions kafkamgmt/apiv1/client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ docs/ServiceAccountListItemAllOf.md
docs/ServiceAccountRequest.md
docs/SsoProvider.md
docs/SsoProviderAllOf.md
docs/SupportedKafkaInstanceType.md
docs/SupportedKafkaInstanceTypesList.md
docs/SupportedKafkaInstanceTypesListAllOf.md
docs/SupportedKafkaSize.md
docs/SupportedKafkaSizeBytesValueItem.md
docs/Values.md
docs/VersionMetadata.md
docs/VersionMetadataAllOf.md
Expand Down Expand Up @@ -80,6 +85,11 @@ model_service_account_list_item_all_of.go
model_service_account_request.go
model_sso_provider.go
model_sso_provider_all_of.go
model_supported_kafka_instance_type.go
model_supported_kafka_instance_types_list.go
model_supported_kafka_instance_types_list_all_of.go
model_supported_kafka_size.go
model_supported_kafka_size_bytes_value_item.go
model_values.go
model_version_metadata.go
model_version_metadata_all_of.go
Expand Down
8 changes: 7 additions & 1 deletion kafkamgmt/apiv1/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Kafka Service Fleet Manager is a Rest API to manage Kafka instances.
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1.3.0
- API version: 1.5.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -83,6 +83,7 @@ Class | Method | HTTP request | Description
*DefaultApi* | [**FederateMetrics**](docs/DefaultApi.md#federatemetrics) | **Get** /api/kafkas_mgmt/v1/kafkas/{id}/metrics/federate | Returns all metrics in scrapeable format for a given kafka id
*DefaultApi* | [**GetCloudProviderRegions**](docs/DefaultApi.md#getcloudproviderregions) | **Get** /api/kafkas_mgmt/v1/cloud_providers/{id}/regions | Returns the list of supported regions of the supported cloud provider
*DefaultApi* | [**GetCloudProviders**](docs/DefaultApi.md#getcloudproviders) | **Get** /api/kafkas_mgmt/v1/cloud_providers | Returns the list of supported cloud providers
*DefaultApi* | [**GetInstanceTypesByCloudProviderAndRegion**](docs/DefaultApi.md#getinstancetypesbycloudproviderandregion) | **Get** /api/kafkas_mgmt/v1/instance_types/{cloud_provider}/{cloud_region} | Returns the list of supported Kafka instance types and sizes filtered by cloud provider and region
*DefaultApi* | [**GetKafkaById**](docs/DefaultApi.md#getkafkabyid) | **Get** /api/kafkas_mgmt/v1/kafkas/{id} | Returns a Kafka request by ID
*DefaultApi* | [**GetKafkas**](docs/DefaultApi.md#getkafkas) | **Get** /api/kafkas_mgmt/v1/kafkas | Returns a list of Kafka requests
*DefaultApi* | [**GetMetricsByInstantQuery**](docs/DefaultApi.md#getmetricsbyinstantquery) | **Get** /api/kafkas_mgmt/v1/kafkas/{id}/metrics/query | Returns metrics with instant query by Kafka ID
Expand Down Expand Up @@ -135,6 +136,11 @@ Class | Method | HTTP request | Description
- [ServiceAccountRequest](docs/ServiceAccountRequest.md)
- [SsoProvider](docs/SsoProvider.md)
- [SsoProviderAllOf](docs/SsoProviderAllOf.md)
- [SupportedKafkaInstanceType](docs/SupportedKafkaInstanceType.md)
- [SupportedKafkaInstanceTypesList](docs/SupportedKafkaInstanceTypesList.md)
- [SupportedKafkaInstanceTypesListAllOf](docs/SupportedKafkaInstanceTypesListAllOf.md)
- [SupportedKafkaSize](docs/SupportedKafkaSize.md)
- [SupportedKafkaSizeBytesValueItem](docs/SupportedKafkaSizeBytesValueItem.md)
- [Values](docs/Values.md)
- [VersionMetadata](docs/VersionMetadata.md)
- [VersionMetadataAllOf](docs/VersionMetadataAllOf.md)
Expand Down
Loading

0 comments on commit 5f624b6

Please sign in to comment.