MCPcopy Create free account
hub / github.com/coldbrewcloud/coldbrew-cli / ELB

Method ELB

aws/client.go:64–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (c *Client) ELB() *elb.Client {
65 if c.elbClient == nil {
66 c.elbClient = elb.New(c.session, c.config)
67 }
68 return c.elbClient
69}
70
71func (c *Client) ECR() *ecr.Client {
72 if c.ecrClient == nil {

Callers 7

createELBTargetGroupMethod · 0.80
createELBLoadBalancerMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected