Uses of Interface
io.fabric8.kubernetes.client.LocalPortForward
| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.dsl.internal | |
| io.fabric8.kubernetes.client.dsl.internal.core.v1 |
-
Uses of LocalPortForward in io.fabric8.kubernetes.client.dsl.internal
Methods in io.fabric8.kubernetes.client.dsl.internal that return LocalPortForward Modifier and Type Method Description LocalPortForwardPortForwarder. forward(URL resourceBaseUrl, int port)LocalPortForwardPortForwarder. forward(URL resourceBaseUrl, int port, int localPort)LocalPortForwardPortForwarder. forward(URL resourceBaseUrl, int port, InetAddress localHost, int localPort)LocalPortForwardPortForwarderWebsocket. forward(URL resourceBaseUrl, int port)LocalPortForwardPortForwarderWebsocket. forward(URL resourceBaseUrl, int port, int localPort)LocalPortForwardPortForwarderWebsocket. forward(URL resourceBaseUrl, int port, InetAddress localHost, int localPort) -
Uses of LocalPortForward in io.fabric8.kubernetes.client.dsl.internal.core.v1
Methods in io.fabric8.kubernetes.client.dsl.internal.core.v1 that return LocalPortForward Modifier and Type Method Description LocalPortForwardPodOperationsImpl. portForward(int port)LocalPortForwardPodOperationsImpl. portForward(int port, int localPort)LocalPortForwardServiceOperationsImpl. portForward(int port)LocalPortForwardServiceOperationsImpl. portForward(int port, int localPort)