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:
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
All Methods Instance Methods Abstract Methods Deprecated Methods 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 Detail
-
getHost
String getHost()
-
hasHost
Boolean hasHost()
-
withNewHost
A withNewHost(StringBuilder arg1)
-
withNewHost
A withNewHost(StringBuffer arg1)
-
getPort
@Deprecated IntOrString getPort()
Deprecated.This method has been deprecated, please use method buildPort instead.- Returns:
- The buildable object.
-
buildPort
IntOrString buildPort()
-
withPort
A withPort(IntOrString port)
-
hasPort
Boolean hasPort()
-
withNewPort
TCPSocketActionFluent.PortNested<A> withNewPort()
-
withNewPortLike
TCPSocketActionFluent.PortNested<A> withNewPortLike(IntOrString item)
-
editPort
TCPSocketActionFluent.PortNested<A> editPort()
-
editOrNewPort
TCPSocketActionFluent.PortNested<A> editOrNewPort()
-
editOrNewPortLike
TCPSocketActionFluent.PortNested<A> editOrNewPortLike(IntOrString item)
-
-