Home
last modified time | relevance | path

Searched defs:GetPortForward (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/kuberuntime/
H A Dkuberuntime_sandbox.go352 func (m *kubeGenericRuntimeManager) GetPortForward(podName, podNamespace string, podUID kubetypes.U… func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containerd/cri/pkg/streaming/
H A Dserver.go67 GetPortForward(*runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardResponse, error) methodSpec
237 func (s *server) GetPortForward(req *runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardRespons… func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/k8s.io/kubernetes/pkg/kubelet/server/streaming/
H A Dserver.go50 GetPortForward(*runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardResponse, error) methodSpec
220 func (s *server) GetPortForward(req *runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardRespons… func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/cri/streaming/
H A Dserver.go67 GetPortForward(*runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardResponse, error) methodSpec
237 func (s *server) GetPortForward(req *runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardRespons… func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/cri/streaming/
H A Dserver.go67 GetPortForward(*runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardResponse, error) methodSpec
237 func (s *server) GetPortForward(req *runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardRespons… func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/cri/streaming/
H A Dserver.go67 GetPortForward(*runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardResponse, error) methodSpec
237 func (s *server) GetPortForward(req *runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardRespons… func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/streaming/
H A Dserver.go67 GetPortForward(*runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardResponse, error) methodSpec
237 func (s *server) GetPortForward(req *runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardRespons… func
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cri/pkg/streaming/
H A Dserver.go67 GetPortForward(*runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardResponse, error) methodSpec
237 func (s *server) GetPortForward(req *runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardRespons… func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/k8s.io/kubernetes/pkg/kubelet/server/streaming/
H A Dserver.go50 GetPortForward(*runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardResponse, error) methodSpec
220 func (s *server) GetPortForward(req *runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardRespons… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/cri/streaming/
H A Dserver.go50 GetPortForward(*runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardResponse, error) methodSpec
220 func (s *server) GetPortForward(req *runtimeapi.PortForwardRequest) (*runtimeapi.PortForwardRespons… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/container/testing/
H A Dfake_runtime.go393 func (f *FakeStreamingRuntime) GetPortForward(podName, podNamespace string, podUID types.UID, ports… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/
H A Dkubelet_pods.go1873 func (kl *Kubelet) GetPortForward(podName, podNamespace string, podUID types.UID, portForwardOpts p… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/server/
H A Dserver.go233GetPortForward(podName, podNamespace string, podUID types.UID, portForwardOpts portforward.V4Optio… methodSpec
H A Dserver_test.go239 func (fk *fakeKubelet) GetPortForward(podName, podNamespace string, podUID types.UID, portForwardOp… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/container/
H A Druntime.go132 GetPortForward(podName, podNamespace string, podUID types.UID, ports []int32) (*url.URL, error) methodSpec