Skip to content

Commit

Permalink
Add dbType option for Vector (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 authored Oct 4, 2023
1 parent 43de114 commit c640f33
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 8 deletions.
43 changes: 35 additions & 8 deletions astra/astra.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2212,6 +2212,10 @@ components:
dataEndpointUrl:
type: string
example: "http://path-to-dataendpoint:port/api/rest"
dbType:
type: string
example: vector
enum: [vector]
Datacenter:
type: object
description: Datacenter is the definition of a cassandra datacenter
Expand Down Expand Up @@ -2317,6 +2321,10 @@ components:
type: string
example: "*****"
description: Password for the user to access the database
dbType:
type: string
example: vector
enum: [vector]
DatabaseInfo:
type: object
description: DatabaseInfo is the user-provided information describing a database
Expand Down Expand Up @@ -2362,6 +2370,10 @@ components:
type: string
example: additionalKeyspace
description: Additional keyspaces names in database
dbType:
type: string
example: vector
enum: [vector]
MetricsRequest:
description: Metrics Config
type: object
Expand Down

0 comments on commit c640f33

Please sign in to comment.