package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# 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.