Documentation ¶
Index ¶
- Constants
- func NewResource() *resource.Resource
- type DnsRecordOptions
- type Getter
- func (g *Getter) Get(name string, output printer.Output, options resource.Options) error
- func (g *Getter) GetRecords(name, zoneId string) ([]types.ResourceRecordSet, error)
- func (g *Getter) GetRecordsWithFilter(name, zoneId string, filterTypes map[string]bool) ([]types.ResourceRecordSet, error)
- func (g *Getter) Init()
- type Manager
- type RecordSetPrinter
Constants ¶
View Source
const MAX_COMBINED_NAME_AND_RECORD_LENGTH int = 90
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type DnsRecordOptions ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func NewGetter ¶
func NewGetter(route53Client *aws.Route53Client) *Getter
func (*Getter) GetRecords ¶
func (g *Getter) GetRecords(name, zoneId string) ([]types.ResourceRecordSet, error)
func (*Getter) GetRecordsWithFilter ¶
type RecordSetPrinter ¶
type RecordSetPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(recordSets []types.ResourceRecordSet) *RecordSetPrinter
func (*RecordSetPrinter) PrintTable ¶
func (p *RecordSetPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.