type PortsByPodUID … type FullPortsByPodUID … // GetContainerPortsByPodUID returns a PortsByPodUID map on the given endpoints. func GetContainerPortsByPodUID(ep *v1.Endpoints) PortsByPodUID { … } // GetFullContainerPortsByPodUID returns a FullPortsByPodUID map on the given endpoints with all the port data. func GetFullContainerPortsByPodUID(ep *v1.Endpoints) FullPortsByPodUID { … }