Package io.fabric8.kubernetes.api.model
Interface TCPSocketActionFluent<A extends TCPSocketActionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
HandlerFluent.TcpSocketNested<N>
,ProbeFluent.TcpSocketNested<N>
,WatchEventFluent.TCPSocketActionObjectNested<N>
- All Known Implementing Classes:
DoneableTCPSocketAction
,HandlerFluentImpl.TcpSocketNestedImpl
,ProbeFluentImpl.TcpSocketNestedImpl
,TCPSocketActionBuilder
,TCPSocketActionFluentImpl
,WatchEventFluentImpl.TCPSocketActionObjectNestedImpl
public interface TCPSocketActionFluent<A extends TCPSocketActionFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TCPSocketActionFluent.PortNested<N>
-
Method Summary
Modifier and Type Method Description IntOrString
buildPort()
TCPSocketActionFluent.PortNested<A>
editOrNewPort()
TCPSocketActionFluent.PortNested<A>
editOrNewPortLike(IntOrString item)
TCPSocketActionFluent.PortNested<A>
editPort()
String
getHost()
IntOrString
getPort()
Deprecated.Boolean
hasHost()
Boolean
hasPort()
A
withHost(String host)
A
withNewHost(String arg1)
A
withNewHost(StringBuffer arg1)
A
withNewHost(StringBuilder arg1)
TCPSocketActionFluent.PortNested<A>
withNewPort()
A
withNewPort(Integer intVal)
A
withNewPort(String strVal)
TCPSocketActionFluent.PortNested<A>
withNewPortLike(IntOrString item)
A
withPort(IntOrString port)
-
Method Details
-
getHost
String getHost() -
withHost
-
hasHost
Boolean hasHost() -
withNewHost
-
withNewHost
-
withNewHost
-
getPort
Deprecated.This method has been deprecated, please use method buildPort instead.- Returns:
- The buildable object.
-
buildPort
IntOrString buildPort() -
withPort
-
hasPort
Boolean hasPort() -
withNewPort
-
withNewPort
-
withNewPort
TCPSocketActionFluent.PortNested<A> withNewPort() -
withNewPortLike
-
editPort
TCPSocketActionFluent.PortNested<A> editPort() -
editOrNewPort
TCPSocketActionFluent.PortNested<A> editOrNewPort() -
editOrNewPortLike
-