Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func NewGetter ¶
func NewGetter(elbClientv2 *aws.Elasticloadbalancingv2Client) *Getter
func (*Getter) GetTargetGroupByName ¶
func (g *Getter) GetTargetGroupByName(name string) (types.TargetGroup, error)
type TargeGroupOptions ¶
type TargetGroupPrinter ¶
type TargetGroupPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(targetGroups []types.TargetGroup) *TargetGroupPrinter
func (*TargetGroupPrinter) PrintJSON ¶
func (p *TargetGroupPrinter) PrintJSON(writer io.Writer) error
func (*TargetGroupPrinter) PrintTable ¶
func (p *TargetGroupPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.