Documentation ¶
Index ¶
Constants ¶
View Source
const ( ControllerName = "service-dns" UserAgentName = "federation-service-dns-controller" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetWrapper ¶
Abstracting away the internet
type NetWrapperDefaultImplementation ¶
type NetWrapperDefaultImplementation struct{}
func (*NetWrapperDefaultImplementation) LookupHost ¶
func (r *NetWrapperDefaultImplementation) LookupHost(host string) (addrs []string, err error)
type ServiceDNSController ¶
type ServiceDNSController struct {
// contains filtered or unexported fields
}
func NewServiceDNSController ¶
func NewServiceDNSController(client fedclientset.Interface, dnsProvider, dnsProviderConfig, federationName, serviceDNSSuffix, zoneName, zoneID string) (*ServiceDNSController, error)
NewServiceDNSController returns a new service dns controller to manage DNS records for federated services
func (*ServiceDNSController) DNSControllerRun ¶
func (s *ServiceDNSController) DNSControllerRun(workers int, stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.