Skip to content

Commit fd5747a

Browse files
auto-docs: Update Cloud API spec (#67)
* auto-docs: Update Cloud API spec * Update cloud-dataplane/cloud-dataplane.yaml --------- Co-authored-by: Kat Batuigas <36839689+kbatuigas@users.noreply.github.com>
1 parent fc8c125 commit fd5747a

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

cloud-controlplane/cloud-controlplane.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,12 @@ components:
505505
desired_redpanda_version:
506506
description: Desired Redpanda version of the cluster.
507507
type: string
508+
gcp_global_access_api_gateway_enabled:
509+
description: |-
510+
gcp_global_access_api_gateway_enabled reports whether global access is enabled on the internal
511+
load balancer serving the Console/API Gateway endpoint. Applicable only for GCP.
512+
nullable: true
513+
type: boolean
508514
gcp_global_access_enabled:
509515
nullable: true
510516
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:
764770
gcp_enable_global_access:
765771
title: gcp_enable_global_access control if global access is enabled on the seed load balancer, applicable only for GCP. Default is false
766772
type: boolean
773+
gcp_enable_global_access_api_gateway:
774+
description: |-
775+
gcp_enable_global_access_api_gateway controls if global access is enabled on the internal load balancer
776+
serving the Console/API Gateway endpoint. Applicable only for GCP. Default is false.
777+
type: boolean
767778
gcp_private_service_connect:
768779
$ref: '#/components/schemas/GCPPrivateServiceConnectSpec'
769780
http_proxy:
@@ -904,6 +915,12 @@ components:
904915
$ref: '#/components/schemas/ClusterUpdate.ClusterConfiguration'
905916
customer_managed_resources:
906917
$ref: '#/components/schemas/CustomerManagedResourcesUpdate'
918+
gcp_enable_global_access_api_gateway:
919+
description: |-
920+
gcp_enable_global_access_api_gateway controls if global access is enabled on the internal load balancer
921+
serving the Console/API Gateway endpoint. Applicable only for GCP. Default is false.
922+
Maps to enable_global_access_console in the internal RedpandaSpec connectivity spec.
923+
type: boolean
907924
gcp_private_service_connect:
908925
$ref: '#/components/schemas/GCPPrivateServiceConnectSpec'
909926
http_proxy:
@@ -5481,6 +5498,12 @@ paths:
54815498
$ref: '#/components/schemas/ClusterUpdate.ClusterConfiguration'
54825499
customer_managed_resources:
54835500
$ref: '#/components/schemas/CustomerManagedResourcesUpdate'
5501+
gcp_enable_global_access_api_gateway:
5502+
description: |-
5503+
gcp_enable_global_access_api_gateway controls if global access is enabled on the internal load balancer
5504+
serving the Console/API Gateway endpoint. Applicable only for GCP. Default is false.
5505+
Maps to enable_global_access_console in the internal RedpandaSpec connectivity spec.
5506+
type: boolean
54845507
gcp_private_service_connect:
54855508
$ref: '#/components/schemas/GCPPrivateServiceConnectSpec'
54865509
http_proxy:

0 commit comments

Comments
 (0)