File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed
internal/namespaces/instance/v1/testdata Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 github.com/mattn/go-isatty v0.0.20
2424 github.com/moby/buildkit v0.24.0
2525 github.com/opencontainers/go-digest v1.0.0
26- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250916155718-0eb6981a6e63
26+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250917154444-1d3cdbf4ce0d
2727 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2828 github.com/spf13/cobra v1.10.1
2929 github.com/spf13/pflag v1.0.10
Original file line number Diff line number Diff line change @@ -460,8 +460,8 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
460460mygithub.libinneed.workers.dev/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
461461mygithub.libinneed.workers.dev/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
462462mygithub.libinneed.workers.dev/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 /go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs =
463- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250916155718-0eb6981a6e63 h1:nPuvDjDXG3jMopYfcF0jLm6nTWXX2WzIbcESOVpDiI0 =
464- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250916155718-0eb6981a6e63 /go.mod h1:47B1d/YXmSAxlJxUJxClzHR6b3T4M1WyCvwENPQNBWc =
463+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250917154444-1d3cdbf4ce0d h1:9tZdwRedm970w1MsuDvYP4jxdzb7Oa4/WOwhPV8XNvA =
464+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250917154444-1d3cdbf4ce0d /go.mod h1:47B1d/YXmSAxlJxUJxClzHR6b3T4M1WyCvwENPQNBWc =
465465mygithub.libinneed.workers.dev/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
466466mygithub.libinneed.workers.dev/sclevine/spec v1.4.0 /go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM =
467467mygithub.libinneed.workers.dev/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA =
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ PrivateNic.ServerID 6d3266fb-4f1b-476d-a546-4f86bbdd0da8
55PrivateNic.PrivateNetworkID 79ec26ef-4b48-4bd8-92e8-baf28aca6c5c
66PrivateNic.MacAddress 02:00:00:1d:0c:7f
77PrivateNic.State available
8+ PrivateNic.CreationDate few seconds ago
89π©π©π© JSON STDOUT π©π©π©
910{
1011 "private_nic": {
@@ -13,6 +14,7 @@ PrivateNic.State available
1314 "private_network_id": "79ec26ef-4b48-4bd8-92e8-baf28aca6c5c",
1415 "mac_address": "02:00:00:1d:0c:7f",
1516 "state": "available",
16- "tags": []
17+ "tags": [],
18+ "creation_date": "1970-01-01T00:00:00.0Z"
1719 }
1820}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ PrivateNic.ServerID c9a3ccd2-0202-498b-8d6d-587df6a8114f
55PrivateNic.PrivateNetworkID 787b1845-c662-4ca3-aa0d-a6702605e9b5
66PrivateNic.MacAddress 02:00:00:19:4b:78
77PrivateNic.State available
8+ PrivateNic.CreationDate few seconds ago
89π©π©π© JSON STDOUT π©π©π©
910{
1011 "private_nic": {
@@ -13,6 +14,7 @@ PrivateNic.State available
1314 "private_network_id": "787b1845-c662-4ca3-aa0d-a6702605e9b5",
1415 "mac_address": "02:00:00:19:4b:78",
1516 "state": "available",
16- "tags": []
17+ "tags": [],
18+ "creation_date": "1970-01-01T00:00:00.0Z"
1719 }
1820}
Original file line number Diff line number Diff line change 11π²π²π² EXIT CODE: 0 π²π²π²
22π©π©π© STDOUTοΈ π©π©π©οΈ
3- ID SERVER ID PRIVATE NETWORK ID MAC ADDRESS STATE TAGS
4- 7a019c23-e156-4cfe-b0b1-0d5a8638b5a5 2db4796b-8280-4626-9924-81c9fba992a8 c3fafb4e-9ab2-4965-9cf1-429c799558a1 02:00:00:1e:ec:17 available []
3+ ID SERVER ID PRIVATE NETWORK ID MAC ADDRESS STATE TAGS CREATION DATE
4+ 7a019c23-e156-4cfe-b0b1-0d5a8638b5a5 2db4796b-8280-4626-9924-81c9fba992a8 c3fafb4e-9ab2-4965-9cf1-429c799558a1 02:00:00:1e:ec:17 available [] few seconds ago
55π©π©π© JSON STDOUT π©π©π©
66[
77 {
@@ -10,6 +10,7 @@ ID SERVER ID PRIV
1010 "private_network_id": "c3fafb4e-9ab2-4965-9cf1-429c799558a1",
1111 "mac_address": "02:00:00:1e:ec:17",
1212 "state": "available",
13- "tags": []
13+ "tags": [],
14+ "creation_date": "1970-01-01T00:00:00.0Z"
1415 }
1516]
You canβt perform that action at this time.
0 commit comments