type PortsByPodUID … type FullPortsByPodUID … // GetContainerPortsByPodUID returns a PortsByPodUID map on the given endpoints. func GetContainerPortsByPodUID(eps []discoveryv1.EndpointSlice) PortsByPodUID { … } // GetFullContainerPortsByPodUID returns a PortsByPodUID map on the given endpoints. func GetFullContainerPortsByPodUID(eps []discoveryv1.EndpointSlice) FullPortsByPodUID { … }