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(route53Client *aws.Route53Client) *Getter
func (*Getter) GetAllZones ¶
func (g *Getter) GetAllZones() ([]types.HostedZone, error)
func (*Getter) GetZoneByName ¶
func (g *Getter) GetZoneByName(name string) (types.HostedZone, error)
type HostedZonePrinter ¶
type HostedZonePrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(zones []types.HostedZone) *HostedZonePrinter
func (*HostedZonePrinter) PrintTable ¶
func (p *HostedZonePrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.