# Functions
CreateEndpointSliceFieldIndices creates a FieldIndices map for the EndpointSlice resource.
GetServiceNameFromEndpointSlice returns the value of the Kubernetes service-name label from an EndpointSlice.
ServiceNameIndexFunc is a client.IndexerFunc that parses a Kubernetes object and returns the value of the Kubernetes service-name label.
# Constants
KubernetesServiceNameIndexField is the name of the Index Field used to index EndpointSlices by their service owners.
KubernetesServiceNameLabel is the label used to identify the Kubernetes service name on an EndpointSlice.
# Type aliases
FieldIndices is a map of field names to their indexer functions.