File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments