Uses of Interface
io.fabric8.kubernetes.client.PortForward
-
Packages that use PortForward Package Description io.fabric8.kubernetes.client io.fabric8.kubernetes.client.dsl -
-
Uses of PortForward in io.fabric8.kubernetes.client
Subinterfaces of PortForward in io.fabric8.kubernetes.client Modifier and Type Interface Description interfaceLocalPortForwardA port forward handle that is aware of the host and port where it's bound to. -
Uses of PortForward in io.fabric8.kubernetes.client.dsl
Methods in io.fabric8.kubernetes.client.dsl that return PortForward Modifier and Type Method Description PortForwardPortForwardable. portForward(int port, ReadableByteChannel in, WritableByteChannel out)Connects directly the remote port to the given input and output channels.
-