Skip to content

Commit

Permalink
v3: regenerate from new API spec (#668)
Browse files Browse the repository at this point in the history
New changes have appeared in the API spec and egoscale v3 has been
regenerated.

Co-authored-by: Exoscale <[email protected]>
  • Loading branch information
github-actions[bot] and exoscale-build authored Nov 8, 2024
1 parent ae458f3 commit 3f1f151
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
46 changes: 27 additions & 19 deletions v3/generator/source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ components:
description: Private Network netmask
options:
"$ref": "#/components/schemas/private-network-options"
description: Options
description: DHCP options
end-ip:
type: string
format: ipv4
Expand Down Expand Up @@ -3811,51 +3811,59 @@ components:
dbaas-plan:
type: object
properties:
name:
type: string
readOnly: true
description: DBaaS plan name
node-count:
type: integer
format: int64
minimum: 0
exclusiveMinimum: true
readOnly: true
description: DBaaS plan node count
backup-config:
"$ref": "#/components/schemas/dbaas-backup-config"
readOnly: true
description: DBaaS plan backup config
node-cpu-count:
type: integer
format: int64
minimum: 0
exclusiveMinimum: true
readOnly: true
description: DBaaS plan CPU count per node
family:
type: string
description: Instance family subset which the service can use
disk-space:
type: integer
format: int64
readOnly: true
description: DBaaS plan disk space
node-memory:
authorized:
type: boolean
readOnly: true
description: Requires authorization or publicly available
name:
type: string
readOnly: true
description: DBaaS plan name
max-memory-percent:
type: integer
format: int64
minimum: 0
exclusiveMinimum: true
readOnly: true
description: DBaaS plan memory count per node
max-memory-percent:
description: DBaaS plan max memory allocated percentage
zones:
type: array
items:
type: string
description: Zones where the plan is available
node-memory:
type: integer
format: int64
minimum: 0
exclusiveMinimum: true
readOnly: true
description: DBaaS plan max memory allocated percentage
backup-config:
"$ref": "#/components/schemas/dbaas-backup-config"
readOnly: true
description: DBaaS plan backup config
authorized:
type: boolean
readOnly: true
description: Requires authorization or publicly available
description: DBaaS plan memory count per node
description: DBaaS plan
dbaas-endpoint-opensearch-input-update:
type: object
Expand Down Expand Up @@ -10591,7 +10599,7 @@ paths:
description: Resource labels
options:
"$ref": "#/components/schemas/private-network-options"
description: Options
description: DHCP options
required:
- name
operationId: create-private-network
Expand Down Expand Up @@ -11149,7 +11157,7 @@ paths:
description: Resource labels
options:
"$ref": "#/components/schemas/private-network-options"
description: Options
description: DHCP options
operationId: update-private-network
get:
tags:
Expand Down
4 changes: 4 additions & 0 deletions v3/schemas.go

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

0 comments on commit 3f1f151

Please sign in to comment.