Skip to content

Commit

Permalink
chore(all): re-generate OpenAPI client(s) (#422)
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 29, 2022
1 parent 4a5d212 commit b29f570
Show file tree
Hide file tree
Showing 5 changed files with 778 additions and 4 deletions.
1 change: 0 additions & 1 deletion kafkamgmt/apiv1/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,6 @@ components:
required:
- capacity
- enabled
- supported_instance_types
ServiceAccount:
allOf:
- $ref: '#/components/schemas/ObjectReference'
Expand Down
2 changes: 1 addition & 1 deletion kafkamgmt/apiv1/client/docs/CloudRegion.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Name | Type | Description | Notes

### NewCloudRegion

`func NewCloudRegion(enabled bool, supportedInstanceTypes []string, capacity []RegionCapacityListItem, ) *CloudRegion`
`func NewCloudRegion(enabled bool, capacity []RegionCapacityListItem, ) *CloudRegion`

NewCloudRegion instantiates a new CloudRegion object
This constructor will assign default values to properties that have it defined,
Expand Down
210 changes: 210 additions & 0 deletions kafkamgmt/apiv1/client/errors_api_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions kafkamgmt/apiv1/client/model_cloud_region.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b29f570

Please sign in to comment.