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.DomainRecordReq }
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(ctx context.Context, domainFilter endpoint.DomainFilter, dryRun bool) (*VultrProvider, error)
NewVultrProvider initializes a new Vultr BNS based provider
func (*VultrProvider) ApplyChanges ¶
ApplyChanges applies a given set of changes in a given zone.
Click to show internal directories.
Click to hide internal directories.