Uses of Class
io.fabric8.kubernetes.api.model.TCPSocketAction
-
Packages that use TCPSocketAction Package Description io.fabric8.kubernetes.api.model -
-
Uses of TCPSocketAction in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return TCPSocketAction Modifier and Type Method Description TCPSocketActionTCPSocketActionBuilder. build()TCPSocketActionHandlerFluent. buildTcpSocket()TCPSocketActionHandlerFluentImpl. buildTcpSocket()TCPSocketActionProbeFluent. buildTcpSocket()TCPSocketActionProbeFluentImpl. buildTcpSocket()TCPSocketActionHandler. getTcpSocket()TCPSocketActionHandlerFluent. getTcpSocket()Deprecated.TCPSocketActionHandlerFluentImpl. getTcpSocket()Deprecated.TCPSocketActionProbe. getTcpSocket()TCPSocketActionProbeFluent. getTcpSocket()Deprecated.TCPSocketActionProbeFluentImpl. getTcpSocket()Deprecated.Constructors in io.fabric8.kubernetes.api.model with parameters of type TCPSocketAction Constructor Description Handler(ExecAction exec, HTTPGetAction httpGet, TCPSocketAction tcpSocket)Probe(ExecAction exec, Integer failureThreshold, HTTPGetAction httpGet, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, TCPSocketAction tcpSocket, Integer timeoutSeconds)TCPSocketActionBuilder(TCPSocketAction instance)TCPSocketActionBuilder(TCPSocketActionFluent<?> fluent, TCPSocketAction instance)TCPSocketActionBuilder(TCPSocketActionFluent<?> fluent, TCPSocketAction instance, Boolean validationEnabled)TCPSocketActionBuilder(TCPSocketAction instance, Boolean validationEnabled)TCPSocketActionFluentImpl(TCPSocketAction instance)
-