Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions cloud-controlplane/cloud-controlplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,15 @@ components:
$ref: '#/components/schemas/GCPServiceAccount'
redpanda_operator_service_account:
$ref: '#/components/schemas/GCPServiceAccount'
rpsql_api_service_account:
$ref: '#/components/schemas/GCPServiceAccount'
rpsql_cloud_storage_bucket:
$ref: '#/components/schemas/CustomerManagedGoogleCloudStorageBucket'
rpsql_secret_manager_prefix:
description: GCP Secret Manager prefix for Redpanda SQL Iceberg catalog credentials.
type: string
rpsql_service_account:
$ref: '#/components/schemas/GCPServiceAccount'
title: GCP Customer-Managed Resoures
type: object
DNSEntry:
Expand Down Expand Up @@ -2806,6 +2815,7 @@ components:
- TYPE_CREATE_NETWORK_PEERING
- TYPE_DELETE_NETWORK_PEERING
- TYPE_UPDATE_NETWORK
- TYPE_UPDATE_SERVERLESS_CLUSTER
- TYPE_CREATE_SHADOW_LINK
- TYPE_UPDATE_SHADOW_LINK
- TYPE_DELETE_SHADOW_LINK
Expand Down Expand Up @@ -4997,6 +5007,9 @@ components:
$ref: '#/components/schemas/GCPServiceAccount'
rpsql_cloud_storage_bucket:
$ref: '#/components/schemas/CustomerManagedGoogleCloudStorageBucket'
rpsql_secret_manager_prefix:
description: GCP Secret Manager prefix for Redpanda SQL Iceberg catalog credentials.
type: string
rpsql_service_account:
$ref: '#/components/schemas/GCPServiceAccount'
subnet:
Expand Down Expand Up @@ -6583,6 +6596,7 @@ paths:
- TYPE_CREATE_NETWORK_PEERING
- TYPE_DELETE_NETWORK_PEERING
- TYPE_UPDATE_NETWORK
- TYPE_UPDATE_SERVERLESS_CLUSTER
- TYPE_CREATE_SHADOW_LINK
- TYPE_UPDATE_SHADOW_LINK
- TYPE_DELETE_SHADOW_LINK
Expand Down
Loading
Loading