| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.dsl |
| Modifier and Type | Method and Description |
|---|---|
LocalPortForward |
PortForwardable.portForward(int port)
Create a server socket on a random local port.
|
LocalPortForward |
PortForwardable.portForward(int port,
InetAddress localInetAddress,
int localPort)
Listen on port
localPort on selected IP inetAddress, forwarding to port
in the pod |
LocalPortForward |
PortForwardable.portForward(int port,
int localPort)
Create a server socket on a specified local port.
|
Copyright © 2015–2022 Red Hat. All rights reserved.