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()TCPSocketActionLifecycleHandlerFluent. buildTcpSocket()TCPSocketActionProbeFluent. buildTcpSocket()TCPSocketActionLifecycleHandler. getTcpSocket()TCPSocketActionProbe. getTcpSocket()Methods in io.fabric8.kubernetes.api.model with parameters of type TCPSocketAction Modifier and Type Method Description protected voidTCPSocketActionFluent. copyInstance(TCPSocketAction instance)LifecycleHandlerFluent.TcpSocketNested<A>LifecycleHandlerFluent. editOrNewTcpSocketLike(TCPSocketAction item)ProbeFluent.TcpSocketNested<A>ProbeFluent. editOrNewTcpSocketLike(TCPSocketAction item)voidLifecycleHandler. setTcpSocket(TCPSocketAction tcpSocket)voidProbe. setTcpSocket(TCPSocketAction tcpSocket)LifecycleHandlerFluent.TcpSocketNested<A>LifecycleHandlerFluent. withNewTcpSocketLike(TCPSocketAction item)ProbeFluent.TcpSocketNested<A>ProbeFluent. withNewTcpSocketLike(TCPSocketAction item)ALifecycleHandlerFluent. withTcpSocket(TCPSocketAction tcpSocket)AProbeFluent. withTcpSocket(TCPSocketAction tcpSocket)Constructors in io.fabric8.kubernetes.api.model with parameters of type TCPSocketAction Constructor Description LifecycleHandler(ExecAction exec, HTTPGetAction httpGet, SleepAction sleep, TCPSocketAction tcpSocket)Probe(ExecAction exec, Integer failureThreshold, GRPCAction grpc, HTTPGetAction httpGet, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, TCPSocketAction tcpSocket, Long terminationGracePeriodSeconds, Integer timeoutSeconds)TCPSocketActionBuilder(TCPSocketAction instance)TCPSocketActionBuilder(TCPSocketActionFluent<?> fluent, TCPSocketAction instance)TCPSocketActionFluent(TCPSocketAction instance)
-