Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AkamaiConfig ¶
type AkamaiConfig struct { DomainFilter endpoint.DomainFilter ZoneIDFilter provider.ZoneIDFilter ServiceConsumerDomain string ClientToken string ClientSecret string AccessToken string DryRun bool }
AkamaiConfig clarifies the method signature
type AkamaiProvider ¶
type AkamaiProvider struct { provider.BaseProvider // contains filtered or unexported fields }
AkamaiProvider implements the DNS provider for Akamai.
func NewAkamaiProvider ¶
func NewAkamaiProvider(akamaiConfig AkamaiConfig) *AkamaiProvider
NewAkamaiProvider initializes a new Akamai DNS based Provider.
func (*AkamaiProvider) ApplyChanges ¶
ApplyChanges applies a given set of changes in a given zone.
Click to show internal directories.
Click to hide internal directories.