Uses of Interface
io.fabric8.kubernetes.client.LocalPortForward
-
Packages that use LocalPortForward Package Description io.fabric8.kubernetes.client.dsl -
-
Uses of LocalPortForward in io.fabric8.kubernetes.client.dsl
Methods in io.fabric8.kubernetes.client.dsl that return LocalPortForward Modifier and Type Method Description LocalPortForwardPortForwardable. portForward(int port)Create a server socket on a random local port.LocalPortForwardPortForwardable. portForward(int port, int localPort)Create a server socket on a specified local port.LocalPortForwardPortForwardable. portForward(int port, InetAddress localInetAddress, int localPort)Listen on portlocalPorton selected IPinetAddress, forwarding toportin the pod
-