We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284668a commit 85bbf7fCopy full SHA for 85bbf7f
pkg/aws/cloud.go
@@ -205,6 +205,7 @@ type defaultCloud struct {
205
logger logr.Logger
206
}
207
208
+// returns ELBV2 client for the given assumeRoleArn, or the default ELBV2 client if assumeRoleArn is empty
209
func (c *defaultCloud) GetAssumedRoleELBV2(assumeRoleArn string, externalId string) services.ELBV2 {
210
211
if assumeRoleArn == "" {
0 commit comments