package
0.0.0-20220803194124-3afa45c2996f
Repository: https://github.com/coredns/multicluster.git
Documentation: pkg.go.dev
# Functions
EndpointsKey returns a string using for the index.
EndpointSliceToEndpoints converts a *discovery.EndpointSlice to a *Endpoints.
EndpointSliceV1beta1ToEndpoints converts a v1beta1 *discovery.EndpointSlice to a *Endpoints.
ServiceKey returns a string using for the index.
ToNamespace returns a function that converts an api.Namespace to a *Namespace.
ToServiceImport converts an v1alpha1.ServiceImport to a *ServiceImport.
# Constants
No description provided by the author
# 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.
Namespace is a stripped down api.Namespace with only the items we need for CoreDNS.
ServiceImport is a stripped down api.ServiceImport with only the items we need for CoreDNS.
# Type aliases
ProcessorBuilder returns function to process cache events.
ToFunc converts one v1.Object to another v1.Object.