Uses of Class
kubevirt.io.V1TCPSocketAction
-
Packages that use V1TCPSocketAction Package Description kubevirt.io -
-
Uses of V1TCPSocketAction in kubevirt.io
Fields in kubevirt.io declared as V1TCPSocketAction Modifier and Type Field Description private V1TCPSocketAction
V1Probe. tcpSocket
Methods in kubevirt.io that return V1TCPSocketAction Modifier and Type Method Description V1TCPSocketAction
V1Probe. getTcpSocket()
TCPSocket specifies an action involving a TCP port.V1TCPSocketAction
V1TCPSocketAction. host(java.lang.String host)
Methods in kubevirt.io with parameters of type V1TCPSocketAction Modifier and Type Method Description void
V1Probe. setTcpSocket(V1TCPSocketAction tcpSocket)
V1Probe
V1Probe. tcpSocket(V1TCPSocketAction tcpSocket)
-