Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VultrChanges ¶
type VultrChanges struct {
Action string
ResourceRecordSet govultr.DNSRecord
}
VultrChanges differentiates between ChangActions.
type VultrProvider ¶
type VultrProvider struct {
provider.BaseProvider
DryRun bool
// contains filtered or unexported fields
}
VultrProvider is an implementation of Provider for Vultr DNS.
func NewVultrProvider ¶
func NewVultrProvider(domainFilter endpoint.DomainFilter, dryRun bool) (*VultrProvider, error)
NewVultrProvider initializes a new Vultr BNS based provider
func (*VultrProvider) ApplyChanges ¶
func (p *VultrProvider) ApplyChanges(ctx context.Context, changes *plan.Changes) error
ApplyChanges applies a given set of changes in a given zone.
Click to show internal directories.
Click to hide internal directories.