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 TCPSocketAction
TCPSocketActionBuilder. build()
TCPSocketAction
LifecycleHandlerFluent. buildTcpSocket()
TCPSocketAction
ProbeFluent. buildTcpSocket()
TCPSocketAction
LifecycleHandler. getTcpSocket()
TCPSocketAction
Probe. getTcpSocket()
Methods in io.fabric8.kubernetes.api.model with parameters of type TCPSocketAction Modifier and Type Method Description protected void
TCPSocketActionFluent. copyInstance(TCPSocketAction instance)
LifecycleHandlerFluent.TcpSocketNested<A>
LifecycleHandlerFluent. editOrNewTcpSocketLike(TCPSocketAction item)
ProbeFluent.TcpSocketNested<A>
ProbeFluent. editOrNewTcpSocketLike(TCPSocketAction item)
void
LifecycleHandler. setTcpSocket(TCPSocketAction tcpSocket)
void
Probe. setTcpSocket(TCPSocketAction tcpSocket)
LifecycleHandlerFluent.TcpSocketNested<A>
LifecycleHandlerFluent. withNewTcpSocketLike(TCPSocketAction item)
ProbeFluent.TcpSocketNested<A>
ProbeFluent. withNewTcpSocketLike(TCPSocketAction item)
A
LifecycleHandlerFluent. withTcpSocket(TCPSocketAction tcpSocket)
A
ProbeFluent. 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)
-