Skip to content

Commit a27001e

Browse files
jhorwit2prydie
authored andcommitted
update oci-go-sdk to 2.0.0 for lb tag support (#219)
1 parent 79e206d commit a27001e

File tree

648 files changed

+30249
-2163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

648 files changed

+30249
-2163
lines changed

Gopkg.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
[[constraint]]
7676
name = "github.com/oracle/oci-go-sdk"
77-
version = "1.2.0"
77+
version = "2.0.0"
7878

7979
[prune]
8080
non-go = true

pkg/oci/load_balancer_spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ func getListeners(svc *v1.Service, sslCfg *SSLConfig) (map[string]loadbalancer.L
314314

315315
if connectionIdleTimeout > 0 {
316316
listener.ConnectionConfiguration = &loadbalancer.ConnectionConfiguration{
317-
IdleTimeout: common.Int(int(connectionIdleTimeout)),
317+
IdleTimeout: common.Int64(int64(connectionIdleTimeout)),
318318
}
319319
}
320320

pkg/oci/load_balancer_spec_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ func TestNewLBSpecSuccess(t *testing.T) {
281281
Port: common.Int(80),
282282
Protocol: common.String("TCP"),
283283
ConnectionConfiguration: &loadbalancer.ConnectionConfiguration{
284-
IdleTimeout: common.Int(404),
284+
IdleTimeout: common.Int64(404),
285285
},
286286
},
287287
},

vendor/github.com/oracle/oci-go-sdk/audit/audit_client.go

Lines changed: 76 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/audit/audit_event.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/audit/get_configuration_request_response.go

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/audit/list_events_request_response.go

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/audit/update_configuration_request_response.go

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/cmd/genver/main.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)