Uses of Interface
io.fabric8.kubernetes.client.PortForward
| Package | Description |
|---|---|
| io.fabric8.kubernetes.client | |
| io.fabric8.kubernetes.client.dsl.internal | |
| io.fabric8.kubernetes.client.dsl.internal.core.v1 |
-
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.internal
Methods in io.fabric8.kubernetes.client.dsl.internal that return PortForward Modifier and Type Method Description PortForwardPortForwarder. forward(URL resourceBaseUrl, int port, ReadableByteChannel in, WritableByteChannel out)PortForwardPortForwarderWebsocket. forward(URL resourceBaseUrl, int port, ReadableByteChannel in, WritableByteChannel out) -
Uses of PortForward in io.fabric8.kubernetes.client.dsl.internal.core.v1
Methods in io.fabric8.kubernetes.client.dsl.internal.core.v1 that return PortForward Modifier and Type Method Description PortForwardPodOperationsImpl. portForward(int port, ReadableByteChannel in, WritableByteChannel out)PortForwardServiceOperationsImpl. portForward(int port, ReadableByteChannel in, WritableByteChannel out)