package endpoints
import "k8s.io/kubernetes/test/e2e/framework/endpoints"
Index ¶
Types ¶
type FullPortsByPodUID ¶
type FullPortsByPodUID map[types.UID][]v1.ContainerPort
FullPortsByPodUID is a map that maps pod UID to container ports.
func GetFullContainerPortsByPodUID ¶
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.
Source Files ¶
ports.go
- Version
- v1.28.14
- Published
- Sep 11, 2024
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 8 minutes ago –
Tools for package owners.