Uses of Class
io.kubernetes.client.openapi.models.V1TCPSocketAction
Packages that use V1TCPSocketAction
-
Uses of V1TCPSocketAction in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1TCPSocketActionModifier and TypeMethodDescriptionstatic V1TCPSocketAction
Create an instance of V1TCPSocketAction given an JSON stringV1LifecycleHandler.getTcpSocket()
Get tcpSocketV1Probe.getTcpSocket()
Get tcpSocketV1TCPSocketAction.port
(IntOrString port) Methods in io.kubernetes.client.openapi.models with parameters of type V1TCPSocketActionModifier and TypeMethodDescriptionvoid
V1LifecycleHandler.setTcpSocket
(V1TCPSocketAction tcpSocket) void
V1Probe.setTcpSocket
(V1TCPSocketAction tcpSocket) V1LifecycleHandler.tcpSocket
(V1TCPSocketAction tcpSocket) V1Probe.tcpSocket
(V1TCPSocketAction tcpSocket)