Skip to content

Commit 93741e0

Browse files
vbotbuildovichgithub-actions[bot]
authored andcommitted
auto-docs: Update Cloud API spec
1 parent e2c9eb0 commit 93741e0

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

modules/ROOT/attachments/cloud-api.yaml

+12-5
Original file line numberDiff line numberDiff line change
@@ -2698,6 +2698,8 @@ components:
26982698
type: string
26992699
state:
27002700
$ref: '#/components/schemas/ServerlessCluster.State'
2701+
tier:
2702+
$ref: '#/components/schemas/Tier'
27012703
updated_at:
27022704
description: Timestamp when the Serverless cluster was updated.
27032705
format: date-time
@@ -2763,6 +2765,8 @@ components:
27632765
serverless_region:
27642766
description: Name of the region where the Serverless cluster will be provisioned.
27652767
type: string
2768+
tier:
2769+
$ref: '#/components/schemas/Tier'
27662770
required:
27672771
- name
27682772
- resource_group_id
@@ -3014,6 +3018,14 @@ components:
30143018
title: This will be used during the migration period, remove before it becomes GA
30153019
type: boolean
30163020
type: object
3021+
Tier:
3022+
description: |2-
3023+
- TIER_STANDARD: Tier Standard represents a standard tier.
3024+
- TIER_PRO: Tier PRO represents a PRO tier.
3025+
enum:
3026+
- TIER_STANDARD
3027+
- TIER_PRO
3028+
type: string
30173029
TimeZone:
30183030
description: |-
30193031
Represents a time zone from the
@@ -4168,9 +4180,6 @@ components:
41684180
type: object
41694181
v1beta2.DeleteClusterMetadata:
41704182
description: Resource describing an in-progress DeleteCluster Operation.
4171-
properties:
4172-
required_action:
4173-
type: string
41744183
title: DeleteClusterMetadata
41754184
type: object
41764185
v1beta2.DeleteClusterResponse:
@@ -7409,7 +7418,6 @@ paths:
74097418
id: cjd4vu1c4vs5ugb02itg
74107419
metadata:
74117420
'@type': type.googleapis.com/redpanda.api.controlplane.v1beta2.DeleteClusterMetadata
7412-
required_action: ""
74137421
resource_id: cjd3r21c4vs870t0ku30
74147422
started_at: null
74157423
state: STATE_IN_PROGRESS
@@ -7915,7 +7923,6 @@ paths:
79157923
id: cjd5tfpc4vsfi6jbjve0
79167924
metadata:
79177925
'@type': type.googleapis.com/redpanda.api.controlplane.v1beta2.DeleteClusterMetadata
7918-
required_action: ""
79197926
resource_id: cjb69h1c4vs42pca89s0
79207927
started_at: null
79217928
state: STATE_COMPLETED

0 commit comments

Comments
 (0)