Skip to content

Commit

Permalink
upgrade aws-sdk to use iam-for-pods
Browse files Browse the repository at this point in the history
  • Loading branch information
M00nF1sh committed Sep 14, 2019
1 parent 85ab900 commit ff7724e
Show file tree
Hide file tree
Showing 8 changed files with 10,746 additions and 5,986 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kubernetes-sigs/aws-alb-ingress-controller
require (
github.com/appscode/jsonpatch v0.0.0-20190108182946-7c0e3b262f30 // indirect
github.com/aws/aws-k8s-tester/e2e/tester v0.0.0-20190907061006-260b0e114d90 // indirect
github.com/aws/aws-sdk-go v1.16.35
github.com/aws/aws-sdk-go v1.23.21
github.com/blang/semver v3.5.1+incompatible
github.com/go-logr/glogr v0.1.0
github.com/go-logr/logr v0.1.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ github.com/aws/aws-k8s-tester/e2e/tester v0.0.0-20190907061006-260b0e114d90 h1:F
github.com/aws/aws-k8s-tester/e2e/tester v0.0.0-20190907061006-260b0e114d90/go.mod h1:xCa3ZGICI7/IqtJdYjEsM3QL9vwlLHxgwSA/MD09Zgo=
github.com/aws/aws-sdk-go v1.15.39/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0=
github.com/aws/aws-sdk-go v1.16.35/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.23.21 h1:eVJT2C99cAjZlBY8+CJovf6AwrSANzAcYNuxdCB+SPk=
github.com/aws/aws-sdk-go v1.23.21/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
170 changes: 126 additions & 44 deletions mocks/ACMAPI.go

Large diffs are not rendered by default.

14,295 changes: 9,208 additions & 5,087 deletions mocks/EC2API.go

Large diffs are not rendered by default.

248 changes: 126 additions & 122 deletions mocks/ELBV2API.go

Large diffs are not rendered by default.

1,250 changes: 779 additions & 471 deletions mocks/IAMAPI.go

Large diffs are not rendered by default.

54 changes: 29 additions & 25 deletions mocks/ResourceGroupsTaggingAPIAPI.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ff7724e

Please sign in to comment.