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 interfaceTCPSocketActionFluent.PortNested<N>
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IntOrStringbuildPort()TCPSocketActionFluent.PortNested<A>editOrNewPort()TCPSocketActionFluent.PortNested<A>editOrNewPortLike(IntOrString item)TCPSocketActionFluent.PortNested<A>editPort()StringgetHost()IntOrStringgetPort()Deprecated.BooleanhasHost()BooleanhasPort()AwithHost(String host)AwithNewHost(String arg1)AwithNewHost(StringBuffer arg1)AwithNewHost(StringBuilder arg1)TCPSocketActionFluent.PortNested<A>withNewPort()AwithNewPort(Integer intVal)AwithNewPort(String strVal)TCPSocketActionFluent.PortNested<A>withNewPortLike(IntOrString item)AwithPort(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)
-
-