Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosdiez committed May 14, 2024
1 parent bb3c617 commit 7b5b35f
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 @@ -170,6 +170,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 7b5b35f

Please sign in to comment.