Home
last modified time | relevance | path

Searched defs:GetPodPortMappings (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/dockershim/network/testing/
H A Dfake_host.go66 func (pm *FakePortMappingGetter) GetPodPortMappings(containerID string) ([]*hostport.PortMapping, e… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/dockershim/network/
H A Dplugins.go130 GetPodPortMappings(containerID string) ([]*hostport.PortMapping, error) methodSpec
297 func (*NoopPortMappingGetter) GetPodPortMappings(containerID string) ([]*hostport.PortMapping, erro… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/dockershim/
H A Ddocker_service.go153 func (p *portMappingGetter) GetPodPortMappings(containerID string) ([]*hostport.PortMapping, error)… func
381 func (ds *dockerService) GetPodPortMappings(podSandboxID string) ([]*hostport.PortMapping, error) { func