# Functions
NewCachedEndpointsAccessor returns a service accessor that can answer queries about services.
NewCachedServiceAccessor returns a service accessor that can answer queries about services.
NewServer creates a server.
NewServerDefaults returns the default SkyDNS server configuration for a DNS server.
NewServiceResolver creates an object that will return DNS record entries for SkyDNS based on service names.
# Structs
No description provided by the author
ServiceResolver is a SkyDNS backend that will serve lookups for DNS entries based on Kubernetes service entries.
SimpleEndpointsAccessor answers endpoint lookups but always returns an error for EndpointsByHostnameIP.
# Interfaces
EndpointsAccessor is the interface used by the ServiceResolver to access endpoints.
ServiceAccessor is the interface used by the ServiceResolver to access services.
# Type aliases
No description provided by the author