Skip to content

Commit

Permalink
Update client for 043ad75
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 11, 2024
1 parent 993d389 commit 5f78fbb
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pds/v1alpha1/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7122,6 +7122,7 @@ components:
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
cockroachdb: cockroachdb
backup: backup
capabilities: capabilities
restore: restore
Expand All @@ -7132,6 +7133,7 @@ components:
storage_size_increase: storage_size_increase
redis: redis
database: database
neo4j: neo4j
elasticsearch: elasticsearch
postgresql: postgresql
sqlserver: sqlserver
Expand Down Expand Up @@ -7394,6 +7396,7 @@ components:
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
cockroachdb: cockroachdb
backup: backup
capabilities: capabilities
restore: restore
Expand All @@ -7404,6 +7407,7 @@ components:
storage_size_increase: storage_size_increase
redis: redis
database: database
neo4j: neo4j
elasticsearch: elasticsearch
postgresql: postgresql
sqlserver: sqlserver
Expand Down Expand Up @@ -7465,6 +7469,7 @@ components:
type: object
models.DeploymentTargetCapabilities:
example:
cockroachdb: cockroachdb
backup: backup
capabilities: capabilities
restore: restore
Expand All @@ -7475,6 +7480,7 @@ components:
storage_size_increase: storage_size_increase
redis: redis
database: database
neo4j: neo4j
elasticsearch: elasticsearch
postgresql: postgresql
sqlserver: sqlserver
Expand All @@ -7492,6 +7498,8 @@ components:
type: string
cassandra:
type: string
cockroachdb:
type: string
consul:
type: string
couchbase:
Expand All @@ -7512,6 +7520,8 @@ components:
type: string
mysql:
type: string
neo4j:
type: string
postgresql:
type: string
rabbitmq:
Expand Down Expand Up @@ -8351,6 +8361,7 @@ components:
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
cockroachdb: cockroachdb
backup: backup
capabilities: capabilities
restore: restore
Expand All @@ -8361,6 +8372,7 @@ components:
storage_size_increase: storage_size_increase
redis: redis
database: database
neo4j: neo4j
elasticsearch: elasticsearch
postgresql: postgresql
sqlserver: sqlserver
Expand Down Expand Up @@ -8479,6 +8491,7 @@ components:
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
cockroachdb: cockroachdb
backup: backup
capabilities: capabilities
restore: restore
Expand All @@ -8489,6 +8502,7 @@ components:
storage_size_increase: storage_size_increase
redis: redis
database: database
neo4j: neo4j
elasticsearch: elasticsearch
postgresql: postgresql
sqlserver: sqlserver
Expand Down Expand Up @@ -8537,6 +8551,7 @@ components:
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
cockroachdb: cockroachdb
backup: backup
capabilities: capabilities
restore: restore
Expand All @@ -8547,6 +8562,7 @@ components:
storage_size_increase: storage_size_increase
redis: redis
database: database
neo4j: neo4j
elasticsearch: elasticsearch
postgresql: postgresql
sqlserver: sqlserver
Expand Down Expand Up @@ -8582,6 +8598,7 @@ components:
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
cockroachdb: cockroachdb
backup: backup
capabilities: capabilities
restore: restore
Expand All @@ -8592,6 +8609,7 @@ components:
storage_size_increase: storage_size_increase
redis: redis
database: database
neo4j: neo4j
elasticsearch: elasticsearch
postgresql: postgresql
sqlserver: sqlserver
Expand Down
52 changes: 52 additions & 0 deletions pds/v1alpha1/docs/ModelsDeploymentTargetCapabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Name | Type | Description | Notes
**Backup** | Pointer to **string** | | [optional]
**Capabilities** | Pointer to **string** | | [optional]
**Cassandra** | Pointer to **string** | | [optional]
**Cockroachdb** | Pointer to **string** | | [optional]
**Consul** | Pointer to **string** | | [optional]
**Couchbase** | Pointer to **string** | | [optional]
**CrdReporting** | Pointer to **string** | | [optional]
Expand All @@ -17,6 +18,7 @@ Name | Type | Description | Notes
**Kafka** | Pointer to **string** | | [optional]
**Mongodb** | Pointer to **string** | | [optional]
**Mysql** | Pointer to **string** | | [optional]
**Neo4j** | Pointer to **string** | | [optional]
**Postgresql** | Pointer to **string** | | [optional]
**Rabbitmq** | Pointer to **string** | | [optional]
**Redis** | Pointer to **string** | | [optional]
Expand Down Expand Up @@ -119,6 +121,31 @@ SetCassandra sets Cassandra field to given value.

HasCassandra returns a boolean if a field has been set.

### GetCockroachdb

`func (o *ModelsDeploymentTargetCapabilities) GetCockroachdb() string`

GetCockroachdb returns the Cockroachdb field if non-nil, zero value otherwise.

### GetCockroachdbOk

`func (o *ModelsDeploymentTargetCapabilities) GetCockroachdbOk() (*string, bool)`

GetCockroachdbOk returns a tuple with the Cockroachdb field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetCockroachdb

`func (o *ModelsDeploymentTargetCapabilities) SetCockroachdb(v string)`

SetCockroachdb sets Cockroachdb field to given value.

### HasCockroachdb

`func (o *ModelsDeploymentTargetCapabilities) HasCockroachdb() bool`

HasCockroachdb returns a boolean if a field has been set.

### GetConsul

`func (o *ModelsDeploymentTargetCapabilities) GetConsul() string`
Expand Down Expand Up @@ -369,6 +396,31 @@ SetMysql sets Mysql field to given value.

HasMysql returns a boolean if a field has been set.

### GetNeo4j

`func (o *ModelsDeploymentTargetCapabilities) GetNeo4j() string`

GetNeo4j returns the Neo4j field if non-nil, zero value otherwise.

### GetNeo4jOk

`func (o *ModelsDeploymentTargetCapabilities) GetNeo4jOk() (*string, bool)`

GetNeo4jOk returns a tuple with the Neo4j field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetNeo4j

`func (o *ModelsDeploymentTargetCapabilities) SetNeo4j(v string)`

SetNeo4j sets Neo4j field to given value.

### HasNeo4j

`func (o *ModelsDeploymentTargetCapabilities) HasNeo4j() bool`

HasNeo4j returns a boolean if a field has been set.

### GetPostgresql

`func (o *ModelsDeploymentTargetCapabilities) GetPostgresql() string`
Expand Down
72 changes: 72 additions & 0 deletions pds/v1alpha1/model_models_deployment_target_capabilities.go

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

0 comments on commit 5f78fbb

Please sign in to comment.