package
0.4.0-alpha.0
Repository: https://github.com/ideahitme/external-dns.git
Documentation: pkg.go.dev
# Functions
Lookup returns a Source by the given name.
LookupMultiple returns multiple Sources given multiple names.
NewDedupSource creates a new dedupSource wrapping the provided Source.
NewFakeSource creates a new fakeSource with the given client and namespace scope.
NewIngressSource creates a new ingressSource with the given client and namespace scope.
NewMultiSource creates a new multiSource.
NewServiceSource creates a new serviceSource with the given client and namespace scope.
Register registers a Source under a given name.
# Interfaces
Source defines the interface Endpoint sources should implement.