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(ep *v1.Endpoints) FullPortsByPodUID
GetFullContainerPortsByPodUID returns a FullPortsByPodUID map on the given endpoints with all the port data.
type PortsByPodUID ¶
PortsByPodUID is a map that maps pod UID to container ports.
func GetContainerPortsByPodUID ¶
func GetContainerPortsByPodUID(ep *v1.Endpoints) PortsByPodUID
GetContainerPortsByPodUID returns a PortsByPodUID map on the given endpoints.
Click to show internal directories.
Click to hide internal directories.