Uses of Class
io.fabric8.kubernetes.api.model.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()TCPSocketActionDoneableTCPSocketAction. done()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 DoneableTCPSocketAction(TCPSocketAction item)DoneableTCPSocketAction(TCPSocketAction item, Function<TCPSocketAction,TCPSocketAction> function)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)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type TCPSocketAction Constructor Description DoneableTCPSocketAction(Function<TCPSocketAction,TCPSocketAction> function)DoneableTCPSocketAction(Function<TCPSocketAction,TCPSocketAction> function)DoneableTCPSocketAction(TCPSocketAction item, Function<TCPSocketAction,TCPSocketAction> function)DoneableTCPSocketAction(TCPSocketAction item, Function<TCPSocketAction,TCPSocketAction> function)