Skip to content

Commit 304a84c

Browse files
authored
chore: bump sdk (#2994)
1 parent e56e8c1 commit 304a84c

12 files changed

Lines changed: 53 additions & 53 deletions

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/moby/buildkit v0.11.5
2323
github.com/opencontainers/go-digest v1.0.0
2424
github.com/pkg/errors v0.9.1
25-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230330080454-96c819d2b904
25+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230330162401-14ed2c90a334
2626
github.com/spf13/cobra v1.6.1
2727
github.com/spf13/pflag v1.0.5
2828
github.com/stretchr/testify v1.8.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
275275
github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY=
276276
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
277277
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
278-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230330080454-96c819d2b904 h1:i9YkK/NBI/W0Hj+mcGWgoCBRPvSSPIkIchojl/VeogY=
279-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230330080454-96c819d2b904/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
278+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230330162401-14ed2c90a334 h1:inIaZ6yJnpAbkfxzSaOelPFyEfhFoXZ3srp+kEPhG6o=
279+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230330162401-14ed2c90a334/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
280280
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646/go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg=
281281
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE=
282282
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=

internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ UpdatedAt few seconds ago
1515
SslBridging false
1616

1717
Health Check:
18-
CheckMaxRetries 5
1918
Port 8888
20-
CheckTimeout 1s
2119
CheckDelay 3s
20+
CheckTimeout 1s
21+
CheckMaxRetries 5
2222
CheckSendProxy false
2323

2424
Pool:
@@ -59,13 +59,13 @@ c4758b0e-8741-4498-920a-6ed7463e925a pending 10.65.66.73 few seconds ago few
5959
"sticky_sessions": "none",
6060
"sticky_sessions_cookie_name": "",
6161
"health_check": {
62+
"port": 8888,
6263
"check_max_retries": 5,
6364
"tcp_config": {},
64-
"port": 8888,
6565
"check_send_proxy": false,
6666
"transient_check_delay": null,
67-
"check_timeout": 1000,
68-
"check_delay": 3000
67+
"check_delay": 3000,
68+
"check_timeout": 1000
6969
},
7070
"pool": [
7171
"212.47.249.224"

internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ UpdatedAt few seconds ago
1515
SslBridging false
1616

1717
Health Check:
18-
CheckMaxRetries 5
1918
Port 8888
20-
CheckTimeout 1s
2119
CheckDelay 3s
20+
CheckTimeout 1s
21+
CheckMaxRetries 5
2222
CheckSendProxy false
2323

2424
Pool:
@@ -59,13 +59,13 @@ ID STATUS IP ADDRESS CREATED AT UP
5959
"sticky_sessions": "none",
6060
"sticky_sessions_cookie_name": "",
6161
"health_check": {
62+
"port": 8888,
6263
"check_max_retries": 5,
6364
"tcp_config": {},
64-
"port": 8888,
6565
"check_send_proxy": false,
6666
"transient_check_delay": null,
67-
"check_timeout": 1000,
68-
"check_delay": 3000
67+
"check_delay": 3000,
68+
"check_timeout": 1000
6969
},
7070
"pool": [
7171
"10.68.52.83"

internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ UpdatedAt few seconds ago
1515
SslBridging false
1616

1717
Health Check:
18-
CheckMaxRetries 5
1918
Port 8888
20-
CheckTimeout 1s
2119
CheckDelay 3s
20+
CheckTimeout 1s
21+
CheckMaxRetries 5
2222
CheckSendProxy false
2323

2424
Pool:
@@ -59,13 +59,13 @@ ID STATUS IP ADDRESS CREATED AT U
5959
"sticky_sessions": "none",
6060
"sticky_sessions_cookie_name": "",
6161
"health_check": {
62+
"port": 8888,
6263
"check_max_retries": 5,
6364
"tcp_config": {},
64-
"port": 8888,
6565
"check_send_proxy": false,
6666
"transient_check_delay": null,
67-
"check_timeout": 1000,
68-
"check_delay": 3000
67+
"check_delay": 3000,
68+
"check_timeout": 1000
6969
},
7070
"pool": [
7171
"163.172.172.203"

internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ UpdatedAt few seconds ago
1515
SslBridging false
1616

1717
Health Check:
18-
CheckMaxRetries 5
1918
Port 8888
20-
CheckTimeout 1s
2119
CheckDelay 3s
20+
CheckTimeout 1s
21+
CheckMaxRetries 5
2222
CheckSendProxy false
2323

2424
Pool:
@@ -59,13 +59,13 @@ ID STATUS IP ADDRESS CREATED AT UPD
5959
"sticky_sessions": "none",
6060
"sticky_sessions_cookie_name": "",
6161
"health_check": {
62+
"port": 8888,
6263
"check_max_retries": 5,
6364
"tcp_config": {},
64-
"port": 8888,
6565
"check_send_proxy": false,
6666
"transient_check_delay": null,
67-
"check_timeout": 1000,
68-
"check_delay": 3000
67+
"check_delay": 3000,
68+
"check_timeout": 1000
6969
},
7070
"pool": [
7171
"10.74.60.61"

internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ UpdatedAt few seconds ago
1515
SslBridging false
1616

1717
Health Check:
18-
CheckMaxRetries 5
1918
Port 8888
20-
CheckTimeout 1s
2119
CheckDelay 3s
20+
CheckTimeout 1s
21+
CheckMaxRetries 5
2222
CheckSendProxy false
2323

2424
Pool:
@@ -59,13 +59,13 @@ b973c899-dc1d-4a7c-b928-f29de01fcc19 pending 10.72.38.11 few seconds ago few
5959
"sticky_sessions": "none",
6060
"sticky_sessions_cookie_name": "",
6161
"health_check": {
62+
"port": 8888,
6263
"check_max_retries": 5,
6364
"tcp_config": {},
64-
"port": 8888,
6565
"check_send_proxy": false,
6666
"transient_check_delay": null,
67-
"check_timeout": 1000,
68-
"check_delay": 3000
67+
"check_delay": 3000,
68+
"check_timeout": 1000
6969
},
7070
"pool": [
7171
"163.172.180.174"

internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ UpdatedAt few seconds ago
1515
SslBridging false
1616

1717
Health Check:
18-
CheckMaxRetries 5
1918
Port 8888
20-
CheckTimeout 1s
2119
CheckDelay 3s
20+
CheckTimeout 1s
21+
CheckMaxRetries 5
2222
CheckSendProxy false
2323

2424
Pool:
@@ -59,13 +59,13 @@ ID STATUS IP ADDRESS CREATED AT UPD
5959
"sticky_sessions": "none",
6060
"sticky_sessions_cookie_name": "",
6161
"health_check": {
62+
"port": 8888,
6263
"check_max_retries": 5,
6364
"tcp_config": {},
64-
"port": 8888,
6565
"check_send_proxy": false,
6666
"transient_check_delay": null,
67-
"check_timeout": 1000,
68-
"check_delay": 3000
67+
"check_delay": 3000,
68+
"check_timeout": 1000
6969
},
7070
"pool": [
7171
"10.69.126.37"

internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ UpdatedAt few seconds ago
1515
SslBridging false
1616

1717
Health Check:
18-
CheckMaxRetries 5
1918
Port 8888
20-
CheckTimeout 1s
2119
CheckDelay 3s
20+
CheckTimeout 1s
21+
CheckMaxRetries 5
2222
CheckSendProxy false
2323

2424
Pool:
@@ -59,13 +59,13 @@ ID STATUS IP ADDRESS CREATED AT UP
5959
"sticky_sessions": "none",
6060
"sticky_sessions_cookie_name": "",
6161
"health_check": {
62+
"port": 8888,
6263
"check_max_retries": 5,
6364
"tcp_config": {},
64-
"port": 8888,
6565
"check_send_proxy": false,
6666
"transient_check_delay": null,
67-
"check_timeout": 1000,
68-
"check_delay": 3000
67+
"check_delay": 3000,
68+
"check_timeout": 1000
6969
},
7070
"pool": [
7171
"51.15.225.123"

internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ UpdatedAt few seconds ago
1515
SslBridging false
1616

1717
Health Check:
18-
CheckMaxRetries 5
1918
Port 8888
20-
CheckTimeout 1s
2119
CheckDelay 3s
20+
CheckTimeout 1s
21+
CheckMaxRetries 5
2222
CheckSendProxy false
2323

2424
Pool:
@@ -59,13 +59,13 @@ ID STATUS IP ADDRESS CREATED AT UPDA
5959
"sticky_sessions": "none",
6060
"sticky_sessions_cookie_name": "",
6161
"health_check": {
62+
"port": 8888,
6263
"check_max_retries": 5,
6364
"tcp_config": {},
64-
"port": 8888,
6565
"check_send_proxy": false,
6666
"transient_check_delay": null,
67-
"check_timeout": 1000,
68-
"check_delay": 3000
67+
"check_delay": 3000,
68+
"check_timeout": 1000
6969
},
7070
"pool": [
7171
"10.73.152.9"

0 commit comments

Comments
 (0)