externaldns

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Name represents ExternalDNS component name as it should be referenced in function calls
	// and in configuration.
	Name = "external-dns"
)

Variables

This section is empty.

Functions

func NewConfig added in v0.6.0

func NewConfig() *component

NewConfig returns new ExternalDNS component configuration with default values set.

Types

type AwsConfig

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL