package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Jan 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewConfig() *component
NewConfig returns new ExternalDNS component configuration with default values set.
type AwsConfig struct {
ZoneID string `hcl:"zone_id"`
ZoneType string `hcl:"zone_type,optional"`
AccessKeyID string `hcl:"aws_access_key_id,optional"`
SecretAccessKey string `hcl:"aws_secret_access_key,optional"`
}
AwsConfig provides configuration for AWS Route53 DNS.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.