Skip to content

Commit

Permalink
v3: regenerate from new API spec (#673)
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 <operation+build@exoscale.net>
  • Loading branch information
github-actions[bot] and exoscale-build authored Dec 12, 2024
1 parent e9909e8 commit b80c7c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 3 additions & 1 deletion v3/generator/source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2657,9 +2657,11 @@ components:
type: string
enum:
- gpu3
- gpu3080ti
- gpu2
- gpu
- memory
- gpua5000
- storage
- standard
- colossus
Expand Down Expand Up @@ -14010,7 +14012,7 @@ paths:
properties:
name:
type: string
pattern: "^[a-zA-Z]{1}[a-zA-Z0-9._-]{0,254}$"
pattern: "^[a-zA-Z0-9]{1}[a-zA-Z0-9._-]{0,254}$"
description: SSH key name
public-key:
type: string
Expand Down
18 changes: 10 additions & 8 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 b80c7c3

Please sign in to comment.