Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosdiez committed May 21, 2024
1 parent 284668a commit 85bbf7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/aws/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ type defaultCloud struct {
logger logr.Logger
}

// returns ELBV2 client for the given assumeRoleArn, or the default ELBV2 client if assumeRoleArn is empty
func (c *defaultCloud) GetAssumedRoleELBV2(assumeRoleArn string, externalId string) services.ELBV2 {

if assumeRoleArn == "" {
Expand Down

0 comments on commit 85bbf7f

Please sign in to comment.