Skip to content

Commit 85bbf7f

Browse files
author
Marcos Diez
committed
comment
1 parent 284668a commit 85bbf7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/aws/cloud.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ type defaultCloud struct {
205205
logger logr.Logger
206206
}
207207

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

210211
if assumeRoleArn == "" {

0 commit comments

Comments
 (0)