File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
internal/namespaces/k8s/v1/testdata Expand file tree Collapse file tree 4 files changed +7
-3
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.26.3
2525 github.com/opencontainers/go-digest v1.0.0
26- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260106145939-e89686474154
26+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260107085608-8e8f76c5afac
2727 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2828 github.com/spf13/cobra v1.10.2
2929 github.com/spf13/pflag v1.0.10
Original file line number Diff line number Diff line change @@ -468,8 +468,8 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
468468github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
469469github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI =
470470github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 /go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs =
471- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260106145939-e89686474154 h1:kQUIJ4EkjnYPrgnIRDICzSY8S3w/FCirxf2YXuXUl08 =
472- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260106145939-e89686474154 /go.mod h1:LEsDu4BubxK7/cWhtlQWfuxwL4rf/2UEpxXz1o1EMtM =
471+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260107085608-8e8f76c5afac h1:6k+C/FKpLBvJgjFZXqxQsOaUAwnFM9VDUIaQgtHxL84 =
472+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260107085608-8e8f76c5afac /go.mod h1:LEsDu4BubxK7/cWhtlQWfuxwL4rf/2UEpxXz1o1EMtM =
473473github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8 =
474474github.com/sclevine/spec v1.4.0 /go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM =
475475github.com/secure-systems-lab/go-securesystemslib v0.9.1 h1:nZZaNz4DiERIQguNy0cL5qTdn9lR8XKHf4RUyG1Sx3g =
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ PrivateNetworkID 4a64f3e9-f128-4679-84ac-af05eec5b520
1919CommitmentEndsAt few seconds ago
2020ACLAvailable true
2121IamNodesGroupID -
22+ NewImagesEnabled true
2223PodCidr 100.64.0.0/15
2324ServiceCidr 10.32.0.0/20
2425ServiceDNSIP 10.32.0.10
@@ -103,6 +104,7 @@ ID NAME STATUS VERSION NODE TYPE MIN
103104 "commitment_ends_at": "1970-01-01T00:00:00.0Z",
104105 "acl_available": true,
105106 "iam_nodes_group_id": "",
107+ "new_images_enabled": true,
106108 "pod_cidr": "100.64.0.0/15",
107109 "service_cidr": "10.32.0.0/20",
108110 "service_dns_ip": "10.32.0.10",
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ PrivateNetworkID f932db89-93ed-4779-b9d4-2231b507aea2
1919CommitmentEndsAt few seconds ago
2020ACLAvailable true
2121IamNodesGroupID 30185f78-13c6-470e-a589-bc4f33fd9119
22+ NewImagesEnabled true
2223PodCidr 100.64.0.0/15
2324ServiceCidr 10.32.0.0/20
2425ServiceDNSIP 10.32.0.10
@@ -99,6 +100,7 @@ GroupsPrefix -
99100 "commitment_ends_at": "1970-01-01T00:00:00.0Z",
100101 "acl_available": true,
101102 "iam_nodes_group_id": "30185f78-13c6-470e-a589-bc4f33fd9119",
103+ "new_images_enabled": true,
102104 "pod_cidr": "100.64.0.0/15",
103105 "service_cidr": "10.32.0.0/20",
104106 "service_dns_ip": "10.32.0.10"
You can’t perform that action at this time.
0 commit comments