Skip to content
Closed
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
12 changes: 11 additions & 1 deletion openapi-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3296,9 +3296,10 @@ components:
example: rapid
minLength: 1
type: string
datastore:
$ref: '#/components/schemas/EmbeddedDatastoreSpec'
datastoreId:
description: The ID of the datastore instance to use (from ListDatastores).
If empty, a standard CockroachDB cluster will be created.
example: dbi-qRGmqnr3EUxBZitpC3Moh
pattern: ^(dbi-[a-zA-Z0-9-]+)?$
type: string
Expand Down Expand Up @@ -4041,6 +4042,15 @@ components:
type: object
Duration:
type: object
EmbeddedDatastoreSpec:
properties:
class:
description: The datastore class to use for the instance
example: cockroachdb-basic
type: string
cockroachdb:
$ref: '#/components/schemas/ClusterSpec'
type: object
EstimatedLineItem:
properties:
estimatedCost:
Expand Down