Skip to content

Commit 9a257ae

Browse files
app-services-ciwtrocki
authored andcommitted
fix(openapi): update kafka-mgmt/v1 OpenAPI document
1 parent b518d01 commit 9a257ae

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.openapi/kas-fleet-manager.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,8 +1031,14 @@ components:
10311031
description: 'Whether the region is enabled for deploying an OSD cluster.'
10321032
type: boolean
10331033
default: false
1034+
supported_instance_types:
1035+
description: 'The Kafka instance types supported by this region.'
1036+
type: array
1037+
items:
1038+
type: string
10341039
required:
10351040
- enabled
1041+
- supported_instance_types
10361042
ServiceAccount:
10371043
description: 'Service Account created in MAS-SSO for the Kafka Cluster for authentication'
10381044
allOf:
@@ -1409,6 +1415,7 @@ components:
14091415
id: "us-east-1"
14101416
display_name: "US East, N. Virginia"
14111417
enabled: true
1418+
supported_instance_types: ["standard", "eval"]
14121419
ServiceAccountRequestExample:
14131420
value:
14141421
name: "my-app-sa"

0 commit comments

Comments
 (0)