Skip to content

Commit 0ea2147

Browse files
feat: update generated APIs (#3869)
Co-authored-by: Laure-di <[email protected]>
1 parent cc6af46 commit 0ea2147

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/mattn/go-isatty v0.0.20
2626
github.com/moby/buildkit v0.13.2
2727
github.com/opencontainers/go-digest v1.0.0
28-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27.0.20240607082515-02c0fc2651bf
28+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27.0.20240612094712-bf7dd4680590
2929
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
3030
github.com/spf13/cobra v1.8.0
3131
github.com/spf13/pflag v1.0.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
453453
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
454454
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
455455
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
456-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27.0.20240607082515-02c0fc2651bf h1:sxXcyDGxqKfCisRoooCZSmXSLSCmJv7uYsCvxkgCELo=
457-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27.0.20240607082515-02c0fc2651bf/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
456+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27.0.20240612094712-bf7dd4680590 h1:4N6O0rIcfUFns4sHFCb3X4qUaK1S7SUNHliAj2zFiMM=
457+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27.0.20240612094712-bf7dd4680590/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
458458
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
459459
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
460460
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA=

internal/namespaces/inference/v1beta1/testdata/test-deployment-create-deployment-with-wait-flag.golden

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Size 1
99
MinSize 1
1010
MaxSize 1
1111
ModelName meta/llama-3-8b-instruct:bf16
12+
ModelID -
1213
CreatedAt few seconds ago
1314
UpdatedAt few seconds ago
1415
Region fr-par
@@ -37,6 +38,7 @@ ID URL
3738
"max_size": 1,
3839
"error_message": null,
3940
"model_name": "meta/llama-3-8b-instruct:bf16",
41+
"model_id": "",
4042
"created_at": "1970-01-01T00:00:00.0Z",
4143
"updated_at": "1970-01-01T00:00:00.0Z",
4244
"region": "fr-par"

internal/namespaces/inference/v1beta1/testdata/test-deployment-create-simple-deployment.golden

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Size 0
99
MinSize 1
1010
MaxSize 1
1111
ModelName meta/llama-3-8b-instruct:bf16
12+
ModelID -
1213
CreatedAt few seconds ago
1314
Region fr-par
1415

@@ -36,6 +37,7 @@ c1e652a2-349e-4be0-86c1-2835f2a8f4bc https://d76467d6-ab64-4a28-be5e-5e4c7c72c8
3637
"max_size": 1,
3738
"error_message": null,
3839
"model_name": "meta/llama-3-8b-instruct:bf16",
40+
"model_id": "",
3941
"created_at": "1970-01-01T00:00:00.0Z",
4042
"updated_at": null,
4143
"region": "fr-par"

0 commit comments

Comments
 (0)