@@ -2435,62 +2435,6 @@ components:
2435
2435
type : object
2436
2436
Unspecified :
2437
2437
type : object
2438
- UpdateClusterBody :
2439
- description : UpdateClusterRequest is the request of UpdateCluster.
2440
- properties :
2441
- cluster :
2442
- description : Resource describing an Update Cluster.
2443
- properties :
2444
- aws_private_link :
2445
- $ref : ' #/components/schemas/AWSPrivateLinkSpec'
2446
- azure_private_link :
2447
- $ref : ' #/components/schemas/AzurePrivateLinkSpec'
2448
- cloud_provider_tags :
2449
- additionalProperties :
2450
- type : string
2451
- description : |-
2452
- Tags that are placed on Cloud resources.
2453
- If the cloud provider is GCP and the name of a tag has the prefix "gcp.network-tag.", the tag
2454
- is a network tag that will be added to the Redpanda cluster GKE nodes. Otherwise, the tag
2455
- is a normal tag.
2456
- For example, if the name of a tag is "gcp.network-tag.network-tag-foo", the network tag named
2457
- "network-tag-foo" will be added to the Redpanda cluster GKE nodes.
2458
- Note: The value of a network tag will be ignored.
2459
- See the details on network tags at https://cloud.google.com/vpc/docs/add-remove-network-tags.
2460
- type : object
2461
- cluster_configuration :
2462
- $ref : ' #/components/schemas/ClusterUpdate.ClusterConfiguration'
2463
- customer_managed_resources :
2464
- $ref : ' #/components/schemas/CustomerManagedResourcesUpdate'
2465
- gcp_private_service_connect :
2466
- $ref : ' #/components/schemas/GCPPrivateServiceConnectSpec'
2467
- http_proxy :
2468
- $ref : ' #/components/schemas/HTTPProxySpec'
2469
- kafka_api :
2470
- $ref : ' #/components/schemas/KafkaAPISpec'
2471
- kafka_connect :
2472
- $ref : ' #/components/schemas/KafkaConnect'
2473
- maintenance_window_config :
2474
- $ref : ' #/components/schemas/MaintenanceWindowConfig'
2475
- name :
2476
- description : Unique name of the cluster.
2477
- example : development-cluster
2478
- type : string
2479
- read_replica_cluster_ids :
2480
- description : IDs of clusters which may create read-only topics from this cluster.
2481
- items :
2482
- type : string
2483
- type : array
2484
- schema_registry :
2485
- $ref : ' #/components/schemas/SchemaRegistrySpec'
2486
- title : ClusterUpdate
2487
- type : object
2488
- update_mask :
2489
- type : string
2490
- required :
2491
- - cluster
2492
- - update_mask
2493
- type : object
2494
2438
UpdateClusterMetadata :
2495
2439
description : Resource describing an in-progress UpdateCluster Operation.
2496
2440
title : UpdateClusterMetadata
@@ -3172,9 +3116,60 @@ paths:
3172
3116
-----END CERTIFICATE-----
3173
3117
enabled : true
3174
3118
schema :
3175
- $ref : ' #/components/schemas/UpdateClusterBody'
3119
+ description : Resource describing an Update Cluster.
3120
+ properties :
3121
+ aws_private_link :
3122
+ $ref : ' #/components/schemas/AWSPrivateLinkSpec'
3123
+ azure_private_link :
3124
+ $ref : ' #/components/schemas/AzurePrivateLinkSpec'
3125
+ cloud_provider_tags :
3126
+ additionalProperties :
3127
+ type : string
3128
+ description : |-
3129
+ Tags that are placed on Cloud resources.
3130
+ If the cloud provider is GCP and the name of a tag has the prefix "gcp.network-tag.", the tag
3131
+ is a network tag that will be added to the Redpanda cluster GKE nodes. Otherwise, the tag
3132
+ is a normal tag.
3133
+ For example, if the name of a tag is "gcp.network-tag.network-tag-foo", the network tag named
3134
+ "network-tag-foo" will be added to the Redpanda cluster GKE nodes.
3135
+ Note: The value of a network tag will be ignored.
3136
+ See the official [GCP VPC](https://cloud.google.com/vpc/docs/add-remove-network-tags) for more details on network tags.
3137
+ type : object
3138
+ cluster_configuration :
3139
+ $ref : ' #/components/schemas/ClusterUpdate.ClusterConfiguration'
3140
+ customer_managed_resources :
3141
+ $ref : ' #/components/schemas/CustomerManagedResourcesUpdate'
3142
+ gcp_private_service_connect :
3143
+ $ref : ' #/components/schemas/GCPPrivateServiceConnectSpec'
3144
+ http_proxy :
3145
+ $ref : ' #/components/schemas/HTTPProxySpec'
3146
+ kafka_api :
3147
+ $ref : ' #/components/schemas/KafkaAPISpec'
3148
+ kafka_connect :
3149
+ $ref : ' #/components/schemas/KafkaConnect'
3150
+ maintenance_window_config :
3151
+ $ref : ' #/components/schemas/MaintenanceWindowConfig'
3152
+ name :
3153
+ description : Unique name of the cluster.
3154
+ example : development-cluster
3155
+ type : string
3156
+ read_replica_cluster_ids :
3157
+ description : IDs of clusters which may create read-only topics from this cluster.
3158
+ items :
3159
+ type : string
3160
+ type : array
3161
+ schema_registry :
3162
+ $ref : ' #/components/schemas/SchemaRegistrySpec'
3163
+ required :
3164
+ - cluster
3165
+ title : ClusterUpdate
3166
+ type : object
3167
+ description : |-
3168
+ ClusterUpdate
3169
+
3170
+ Resource describing an Update Cluster.
3176
3171
required : true
3177
- x-originalParamName : body
3172
+ x-originalParamName : cluster
3178
3173
responses :
3179
3174
" 202 " :
3180
3175
content :
@@ -3190,7 +3185,7 @@ paths:
3190
3185
state : STATE_IN_PROGRESS
3191
3186
type : TYPE_UPDATE_CLUSTER
3192
3187
schema :
3193
- $ref : ' #/components/schemas/UpdateClusterOperation '
3188
+ $ref : ' #/components/schemas/ClusterUpdate '
3194
3189
description : Accepted
3195
3190
" 404 " :
3196
3191
content :
0 commit comments