Skip to content

Commit

Permalink
v3: regenerate from new API spec (#678)
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 Jan 24, 2025
1 parent 0e1f513 commit 8817ec0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
42 changes: 23 additions & 19 deletions v3/generator/source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6487,7 +6487,7 @@ components:
size:
type: integer
format: int64
minimum: 10
minimum: 1
exclusiveMinimum: false
description: Snapshot size
volume-size:
Expand Down Expand Up @@ -6990,20 +6990,17 @@ components:
dns-domain-record:
type: object
properties:
id:
updated-at:
type: string
format: uuid
format: date-time
readOnly: true
description: DNS domain record ID
priority:
type: integer
format: int64
minimum: 0
exclusiveMinimum: false
description: DNS domain record priority
description: DNS domain record update date
content:
type: string
description: DNS domain record content
name:
type: string
description: DNS domain record name
type:
type: string
enum:
Expand All @@ -7030,19 +7027,26 @@ components:
minimum: 0
exclusiveMinimum: false
description: DNS domain record TTL
name:
priority:
type: integer
format: int64
minimum: 0
exclusiveMinimum: false
description: DNS domain record priority
id:
type: string
description: DNS domain record name
format: uuid
readOnly: true
description: DNS domain record ID
created-at:
type: string
format: date-time
readOnly: true
description: DNS domain record creation date
updated-at:
type: string
format: date-time
system-record:
type: boolean
readOnly: true
description: DNS domain record update date
description: DNS domain record system status
description: DNS domain record
organization:
type: object
Expand Down Expand Up @@ -7953,7 +7957,7 @@ components:
size:
type: integer
format: int64
minimum: 10
minimum: 1
exclusiveMinimum: false
description: Volume size
blocksize:
Expand Down Expand Up @@ -13399,7 +13403,7 @@ paths:
size:
type: integer
format: int64
minimum: 11
minimum: 0
exclusiveMinimum: false
description: Volume size in GiB
required:
Expand Down Expand Up @@ -17904,7 +17908,7 @@ paths:
size:
type: integer
format: int64
minimum: 10
minimum: 1
exclusiveMinimum: false
description: |-
Volume size in GiB.
Expand Down
4 changes: 2 additions & 2 deletions v3/operations.go

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

6 changes: 4 additions & 2 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 8817ec0

Please sign in to comment.