# Functions
GetContainerPortsByPodUID returns a PortsByPodUID map on the given endpoints.
ValidateEndpointsPorts validates that the given service exists and is served by the given expectedEndpoints.
# Constants
ServiceStartTimeout is how long to wait for a service endpoint to be resolvable.
# Type aliases
PortsByPodName is a map that maps pod name to container ports.
PortsByPodUID is a map that maps pod UID to container ports.