FullPortsByPodUID is a map that maps pod UID to container ports.
type FullPortsByPodUID map[types.UID][]v1.ContainerPort
func GetFullContainerPortsByPodUID(ep *v1.Endpoints) FullPortsByPodUID
GetFullContainerPortsByPodUID returns a FullPortsByPodUID map on the given endpoints with all the port data.
PortsByPodUID is a map that maps pod UID to container ports.
type PortsByPodUID map[types.UID][]int
func GetContainerPortsByPodUID(ep *v1.Endpoints) PortsByPodUID
GetContainerPortsByPodUID returns a PortsByPodUID map on the given endpoints.