diff --git a/cloud-controlplane/cloud-controlplane.yaml b/cloud-controlplane/cloud-controlplane.yaml index 14a54cd..c26b03c 100644 --- a/cloud-controlplane/cloud-controlplane.yaml +++ b/cloud-controlplane/cloud-controlplane.yaml @@ -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: @@ -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 @@ -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: @@ -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 diff --git a/cloud-controlplane/x-topics/cloud-regions.md b/cloud-controlplane/x-topics/cloud-regions.md index 7ef1bc3..22ac4ff 100644 --- a/cloud-controlplane/x-topics/cloud-regions.md +++ b/cloud-controlplane/x-topics/cloud-regions.md @@ -29,13 +29,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -46,13 +54,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -63,13 +79,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -80,13 +104,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -97,13 +129,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -114,13 +154,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -131,13 +179,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -148,13 +204,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -165,13 +229,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -182,13 +254,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -199,13 +279,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -216,13 +304,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -233,13 +329,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -250,13 +354,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -267,13 +379,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -284,13 +404,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -301,13 +429,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -318,13 +454,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor @@ -335,13 +479,21 @@ Usage tiers define the sizing of a cluster and provide tested and guaranteed wor 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}: