FullPortsByPodUID is a map that maps pod UID to container ports.
type FullPortsByPodUID map[types.UID][]v1.ContainerPort
func GetFullContainerPortsByPodUID(eps []discoveryv1.EndpointSlice) FullPortsByPodUID
GetFullContainerPortsByPodUID returns a PortsByPodUID map on the given endpoints.
PortsByPodUID is a map that maps pod UID to container ports.
type PortsByPodUID map[types.UID][]int
func GetContainerPortsByPodUID(eps []discoveryv1.EndpointSlice) PortsByPodUID
GetContainerPortsByPodUID returns a PortsByPodUID map on the given endpoints.