Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(all): re-generate SDKs #76

Merged
merged 1 commit into from
Feb 8, 2023
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 .openapi/connector_mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ components:

```
name = aws-sqs-source and channel = stable
```[p-]
```

To return a connector instance with a name that starts with `aws`, use the following syntax:

Expand Down
24 changes: 15 additions & 9 deletions .openapi/kas-fleet-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,8 @@ paths:
'500':
content:
application/json:
schema: { }
schema:
$ref: '#/components/schemas/Error'
examples:
500Example:
$ref: '#/components/examples/500Example'
Expand Down Expand Up @@ -813,7 +814,8 @@ paths:
'500':
content:
application/json:
schema: { }
schema:
$ref: '#/components/schemas/Error'
examples:
500Example:
$ref: '#/components/examples/500Example'
Expand Down Expand Up @@ -1450,6 +1452,10 @@ components:
promotion_status:
type: string
description: "Status of the Kafka request promotion. Possible values: ['promoting', 'failed']. If unset it means no promotion is in progress."
cluster_id:
description: The ID of the data plane where Kafka is deployed on. This information is only returned for kafka whose billing model is enterprise
type: string
nullable: true
promotion_details:
type: string
description: "Details of the Kafka request promotion. It can be set when a Kafka request promotion is in progress or has failed"
Expand Down Expand Up @@ -1563,6 +1569,10 @@ components:
description: billing model to use
type: string
nullable: true
cluster_id:
description: enterprise OSD cluster ID to be used for kafka creation
type: string
nullable: true
KafkaPromoteRequest:
type: object
properties:
Expand Down Expand Up @@ -1630,7 +1640,7 @@ components:
type: string
minLength: 1
ams_product:
description: "AMS product to be used. Accepted values: ['RHOSAK', 'RHOSAKTrial', 'RHOSAKEval']"
description: "AMS product to be used. Accepted values: ['RHOSAK', 'RHOSAKTrial', 'RHOSAKEval', 'RHOSAKCC']"
type: string
minLength: 1
ams_billing_models:
Expand Down Expand Up @@ -2011,7 +2021,6 @@ components:
description: Schema for the request body sent to /clusters POST
required:
- cluster_id
- cluster_external_id
- cluster_ingress_dns_name
- kafka_machine_pool_node_count
- access_kafkas_via_private_network
Expand All @@ -2023,9 +2032,6 @@ components:
cluster_id:
description: The data plane cluster ID. This is the ID of the cluster obtained from OpenShift Cluster Manager (OCM) API
type: string
cluster_external_id:
description: external cluster ID. Can be obtained from the response JSON of OCM get /api/clusters_mgmt/v1/clusters/<cluster_id>
type: string
cluster_ingress_dns_name:
description: dns name of the cluster. Can be obtained from the response JSON of the /api/clusters_mgmt/v1/clusters/<cluster_id>/ingresses (dns_name)
type: string
Expand Down Expand Up @@ -2197,7 +2203,7 @@ components:

```
name = my-kafka and cloud_provider = aws
```[p-]
```

To return a Kafka instance with a name that starts with `my`, use the following syntax:

Expand Down Expand Up @@ -2320,6 +2326,7 @@ components:
billing_cloud_account_id: "123456789012"
marketplace: "aws"
billing_model: "marketplace"
cluster_id: "21grk30a21grk30a21grk30a21grk30a"
KafkaRequestFailedCreationStatusExample:
value:
id: "1iSY6RQ3JKI8Q0OTmjQFd3ocFRg"
Expand Down Expand Up @@ -2612,7 +2619,6 @@ components:
EnterpriseOsdClusterPayloadExample:
value:
cluster_id: "1234abcd1234abcd1234abcd1234abcd"
cluster_external_id: "69d631de-9b7f-4bc2-bf4f-4d3295a7b25e"
cluster_ingress_dns_name: "apps.enterprise-aws.awdk.s1.devshift.org"
kafka_machine_pool_node_count: 9
access_kafkas_via_private_network: false
14 changes: 7 additions & 7 deletions app-services-sdk-go/connectormgmt/apiv1/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ paths:

```
name = aws-sqs-source and channel = stable
```[p-]
```

To return a connector instance with a name that starts with `aws`, use the following syntax:

Expand Down Expand Up @@ -293,7 +293,7 @@ paths:

```
name = aws-sqs-source and channel = stable
```[p-]
```

To return a connector instance with a name that starts with `aws`, use the following syntax:

Expand Down Expand Up @@ -428,7 +428,7 @@ paths:

```
name = aws-sqs-source and channel = stable
```[p-]
```

To return a connector instance with a name that starts with `aws`, use the following syntax:

Expand Down Expand Up @@ -819,7 +819,7 @@ paths:

```
name = aws-sqs-source and channel = stable
```[p-]
```

To return a connector instance with a name that starts with `aws`, use the following syntax:

Expand Down Expand Up @@ -1268,7 +1268,7 @@ paths:

```
name = aws-sqs-source and channel = stable
```[p-]
```

To return a connector instance with a name that starts with `aws`, use the following syntax:

Expand Down Expand Up @@ -1412,7 +1412,7 @@ paths:

```
name = aws-sqs-source and channel = stable
```[p-]
```

To return a connector instance with a name that starts with `aws`, use the following syntax:

Expand Down Expand Up @@ -1898,7 +1898,7 @@ components:

```
name = aws-sqs-source and channel = stable
```[p-]
```

To return a connector instance with a name that starts with `aws`, use the following syntax:

Expand Down
Loading