Skip to content

Commit

Permalink
fix: remove invalid api
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed May 17, 2022
1 parent 0bcdc04 commit 281c056
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .openapi/kas-fleet-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,6 @@ components:
$ref: "#/components/schemas/RegionCapacityListItem"
required:
- enabled
- supported_instance_types
- capacity
ServiceAccount:
description: 'Service Account created in MAS-SSO for the Kafka Cluster for authentication'
Expand Down
1 change: 0 additions & 1 deletion kafkamgmt/apiv1/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,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
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.

0 comments on commit 281c056

Please sign in to comment.