package
1.3.0
Repository: https://github.com/sendgrid/coredns.git
Documentation: pkg.go.dev

# Functions

EndpointsKey return a string using for the index.
NewIndexerInformer is a copy of the cache.NewIndexInformer function, but allows Process to have a conversion function (ToFunc).
ServiceKey return a string using for the index.
ToEndpoints converts an api.Service to a *Service.
ToPod converts an api.Pod to a *Pod.
ToService converts an api.Service to a *Service.

# Structs

Empty is an empty struct.
EndpointAddress is a tuple that describes single IP address.
EndpointPort is a tuple that describes a single port.
Endpoints is a stripped down api.Endpoints with only the items we need for CoreDNS.
EndpointSubset is a group of addresses with a common set of ports.
Pod is a stripped down api.Pod with only the items we need for CoreDNS.
Service is a stripped down api.Service with only the items we need for CoreDNS.

# Type aliases

ToFunc converts one empty interface to another.