package
1.10.0-alpha.0
Repository: https://github.com/kubernetes/federation.git
Documentation: pkg.go.dev
# Functions
GetDnsProvider creates an instance of the named DNS provider, or nil if the name is not known.
InitDnsProvider creates an instance of the named DNS provider.
RegisterDnsProvider registers a dnsprovider.Factory by name.
Returns a list of registered dns providers.
ResourceRecordSetsEquivalent compares two ResourceRecordSets for semantic equivalence.
# Interfaces
Interface is an abstract, pluggable interface for DNS providers.
ResourceRecordChangeset accumulates a set of changes, that can then be applied with Apply.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Factory is a function that returns a dnsprovider.Interface.