From bea1cbd906c8efc5e0b684bf800133932b852588 Mon Sep 17 00:00:00 2001 From: vbotbuildovich <62446873+vbotbuildovich@users.noreply.github.com> Date: Tue, 26 May 2026 16:37:49 +0000 Subject: [PATCH 1/2] auto-docs: Update Cloud API spec --- cloud-controlplane/cloud-controlplane.yaml | 23 ++++++++++++++++++++++ cloud-dataplane/cloud-dataplane.yaml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/cloud-controlplane/cloud-controlplane.yaml b/cloud-controlplane/cloud-controlplane.yaml index 263b96a..d3d6fe8 100644 --- a/cloud-controlplane/cloud-controlplane.yaml +++ b/cloud-controlplane/cloud-controlplane.yaml @@ -505,6 +505,12 @@ components: desired_redpanda_version: description: Desired Redpanda version of the cluster. type: string + gcp_global_access_api_gateway_enabled: + description: |- + gcp_global_access_api_gateway_enabled reports whether global access is enabled on the internal + load balancer serving the Console/API Gateway endpoint. Applicable only for GCP. + nullable: true + type: boolean gcp_global_access_enabled: nullable: true title: gcp_enable_global_access control if global access is enabled on the seed load balancer, applicable only for GCP. Default is false @@ -764,6 +770,11 @@ components: gcp_enable_global_access: title: gcp_enable_global_access control if global access is enabled on the seed load balancer, applicable only for GCP. Default is false type: boolean + gcp_enable_global_access_api_gateway: + description: |- + gcp_enable_global_access_api_gateway controls if global access is enabled on the internal load balancer + serving the Console/API Gateway endpoint. Applicable only for GCP. Default is false. + type: boolean gcp_private_service_connect: $ref: '#/components/schemas/GCPPrivateServiceConnectSpec' http_proxy: @@ -904,6 +915,12 @@ components: $ref: '#/components/schemas/ClusterUpdate.ClusterConfiguration' customer_managed_resources: $ref: '#/components/schemas/CustomerManagedResourcesUpdate' + gcp_enable_global_access_api_gateway: + description: |- + gcp_enable_global_access_api_gateway controls if global access is enabled on the internal load balancer + serving the Console/API Gateway endpoint. Applicable only for GCP. Default is false. + Maps to enable_global_access_console in the internal RedpandaSpec connectivity spec. + type: boolean gcp_private_service_connect: $ref: '#/components/schemas/GCPPrivateServiceConnectSpec' http_proxy: @@ -5481,6 +5498,12 @@ paths: $ref: '#/components/schemas/ClusterUpdate.ClusterConfiguration' customer_managed_resources: $ref: '#/components/schemas/CustomerManagedResourcesUpdate' + gcp_enable_global_access_api_gateway: + description: |- + gcp_enable_global_access_api_gateway controls if global access is enabled on the internal load balancer + serving the Console/API Gateway endpoint. Applicable only for GCP. Default is false. + Maps to enable_global_access_console in the internal RedpandaSpec connectivity spec. + type: boolean gcp_private_service_connect: $ref: '#/components/schemas/GCPPrivateServiceConnectSpec' http_proxy: diff --git a/cloud-dataplane/cloud-dataplane.yaml b/cloud-dataplane/cloud-dataplane.yaml index e0b311b..3992089 100644 --- a/cloud-dataplane/cloud-dataplane.yaml +++ b/cloud-dataplane/cloud-dataplane.yaml @@ -7856,7 +7856,7 @@ paths: schema: $ref: '#/components/schemas/TransformMetadata' description: Created - summary: Deploy transform + summary: Deploy Transform tags: - Wasm Transforms /v1/transforms/{name}: From a083eb639f5ddd8674b1802573a7f8913a434aeb Mon Sep 17 00:00:00 2001 From: Kat Batuigas <36839689+kbatuigas@users.noreply.github.com> Date: Tue, 26 May 2026 11:05:29 -0700 Subject: [PATCH 2/2] Update cloud-dataplane/cloud-dataplane.yaml --- cloud-dataplane/cloud-dataplane.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-dataplane/cloud-dataplane.yaml b/cloud-dataplane/cloud-dataplane.yaml index 3992089..e0b311b 100644 --- a/cloud-dataplane/cloud-dataplane.yaml +++ b/cloud-dataplane/cloud-dataplane.yaml @@ -7856,7 +7856,7 @@ paths: schema: $ref: '#/components/schemas/TransformMetadata' description: Created - summary: Deploy Transform + summary: Deploy transform tags: - Wasm Transforms /v1/transforms/{name}: