File tree 6 files changed +7
-9
lines changed
container/v1beta1/testdata
function/v1beta1/testdata
6 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
23
23
github.com/mattn/go-isatty v0.0.20
24
24
github.com/moby/buildkit v0.13.2
25
25
github.com/opencontainers/go-digest v1.0.0
26
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250425155221-30ae936d86f6
26
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250502141405-03137c13354a
27
27
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
28
28
github.com/spf13/cobra v1.9.1
29
29
github.com/spf13/pflag v1.0.6
Original file line number Diff line number Diff line change @@ -466,8 +466,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
466
466
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
467
467
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
468
468
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 /go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs =
469
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250425155221-30ae936d86f6 h1:8gDJ72j/by4RH6VDkW9lTPpdve5v7Ou2ypD4ZbGzYvY =
470
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250425155221-30ae936d86f6 /go.mod h1:w4o02EHpO0CBGy2nehzWRaFQKd62G9HIf+Q07PDaUcE =
469
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250502141405-03137c13354a h1:vvx3QoLsyeqQKdV/rxf7Cp3BoA2kxUabjFp8pZ2JMoM =
470
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250502141405-03137c13354a /go.mod h1:w4o02EHpO0CBGy2nehzWRaFQKd62G9HIf+Q07PDaUcE =
471
471
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
472
472
github.com/sclevine/spec v1.4.0 /go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM =
473
473
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA =
Original file line number Diff line number Diff line change @@ -49,5 +49,6 @@ Region fr-par
49
49
"created_at": null,
50
50
"updated_at": null,
51
51
"ready_at": null,
52
- "region": "fr-par"
52
+ "region": "fr-par",
53
+ "tags": null
53
54
}
Original file line number Diff line number Diff line change @@ -44,5 +44,6 @@ Sandbox unknown_sandbox
44
44
"sandbox": "unknown_sandbox",
45
45
"created_at": null,
46
46
"updated_at": null,
47
- "ready_at": null
47
+ "ready_at": null,
48
+ "tags": null
48
49
}
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ UpdatedAt few seconds ago
17
17
UpgradeAvailable true
18
18
PrivateNetworkID 42299907-e54a-4454-9afd-7146b9ab28d2
19
19
CommitmentEndsAt few seconds ago
20
- SbsCsiEnabled true
21
20
IamNodesGroupID -
22
21
23
22
Autoscaler configuration:
@@ -98,7 +97,6 @@ ID NAME STATUS VERSION NODE TYPE MIN
98
97
"apiserver_cert_sans": [],
99
98
"private_network_id": "42299907-e54a-4454-9afd-7146b9ab28d2",
100
99
"commitment_ends_at": "1970-01-01T00:00:00.0Z",
101
- "sbs_csi_enabled": true,
102
100
"iam_nodes_group_id": "",
103
101
"pools": [
104
102
{
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ UpdatedAt few seconds ago
17
17
UpgradeAvailable true
18
18
PrivateNetworkID 99b960e4-e830-4979-baab-40184b9b8209
19
19
CommitmentEndsAt few seconds ago
20
- SbsCsiEnabled true
21
20
IamNodesGroupID -
22
21
23
22
Autoscaler configuration:
@@ -94,6 +93,5 @@ GroupsPrefix -
94
93
"apiserver_cert_sans": [],
95
94
"private_network_id": "99b960e4-e830-4979-baab-40184b9b8209",
96
95
"commitment_ends_at": "1970-01-01T00:00:00.0Z",
97
- "sbs_csi_enabled": true,
98
96
"iam_nodes_group_id": ""
99
97
}
You can’t perform that action at this time.
0 commit comments