Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1TCPSocketAction |
V1Probe.getTcpSocket()
TCPSocket specifies an action involving a TCP port.
|
V1TCPSocketAction |
V1Handler.getTcpSocket()
TCPSocket specifies an action involving a TCP port.
|
V1TCPSocketAction |
V1TCPSocketAction.host(String host) |
V1TCPSocketAction |
V1TCPSocketAction.port(IntOrString port) |
Modifier and Type | Method and Description |
---|---|
void |
V1Probe.setTcpSocket(V1TCPSocketAction tcpSocket) |
void |
V1Handler.setTcpSocket(V1TCPSocketAction tcpSocket) |
V1Probe |
V1Probe.tcpSocket(V1TCPSocketAction tcpSocket) |
V1Handler |
V1Handler.tcpSocket(V1TCPSocketAction tcpSocket) |
Copyright © 2018. All rights reserved.