Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadBalancer ¶
type LoadBalancer struct {
// contains filtered or unexported fields
}
func NewLoadBalancer ¶
func NewLoadBalancer(client loadBalancersClient, name, arn *string) LoadBalancer
func (LoadBalancer) Delete ¶
func (l LoadBalancer) Delete() error
func (LoadBalancer) Name ¶
func (l LoadBalancer) Name() string
func (LoadBalancer) Type ¶ added in v0.16.0
func (l LoadBalancer) Type() string
type LoadBalancers ¶
type LoadBalancers struct {
// contains filtered or unexported fields
}
func NewLoadBalancers ¶
func NewLoadBalancers(client loadBalancersClient, logger logger) LoadBalancers
func (LoadBalancers) Type ¶ added in v0.28.0
func (l LoadBalancers) Type() string
type TargetGroup ¶
type TargetGroup struct {
// contains filtered or unexported fields
}
func NewTargetGroup ¶
func NewTargetGroup(client targetGroupsClient, name, arn *string) TargetGroup
func (TargetGroup) Delete ¶
func (t TargetGroup) Delete() error
func (TargetGroup) Name ¶
func (t TargetGroup) Name() string
func (TargetGroup) Type ¶ added in v0.16.0
func (t TargetGroup) Type() string
type TargetGroups ¶
type TargetGroups struct {
// contains filtered or unexported fields
}
func NewTargetGroups ¶
func NewTargetGroups(client targetGroupsClient, logger logger) TargetGroups
func (TargetGroups) Type ¶ added in v0.28.0
func (t TargetGroups) Type() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.