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()
LifecycleHandler defines a specific action that should be taken in a lifecycle hook.TCPSocketAction
Probe. getTcpSocket()
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.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)
LifecycleHandler defines a specific action that should be taken in a lifecycle hook.void
Probe. setTcpSocket(TCPSocketAction tcpSocket)
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.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)
-