Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullPortsByPodUID ¶ added in v1.26.0
type FullPortsByPodUID map[types.UID][]v1.ContainerPort
FullPortsByPodUID is a map that maps pod UID to container ports.
func GetFullContainerPortsByPodUID ¶ added in v1.26.0
func GetFullContainerPortsByPodUID(eps []discoveryv1.EndpointSlice) FullPortsByPodUID
GetFullContainerPortsByPodUID returns a PortsByPodUID map on the given endpoints.
type PortsByPodUID ¶
PortsByPodUID is a map that maps pod UID to container ports.
func GetContainerPortsByPodUID ¶
func GetContainerPortsByPodUID(eps []discoveryv1.EndpointSlice) PortsByPodUID
GetContainerPortsByPodUID returns a PortsByPodUID map on the given endpoints.
Click to show internal directories.
Click to hide internal directories.