Interface ListenerAddressFluent<A extends ListenerAddressFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ListenerStatusFluent.AddressesNested<N>
- All Known Implementing Classes:
ListenerAddressBuilder,ListenerAddressFluentImpl,ListenerStatusFluentImpl.AddressesNestedImpl
public interface ListenerAddressFluent<A extends ListenerAddressFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHost()IntegergetPort()BooleanhasHost()BooleanhasPort()AwithHost(String host)AwithNewHost(byte[] arg1)AwithNewHost(byte[] arg1, int arg2)AwithNewHost(byte[] arg1, int arg2, int arg3)AwithNewHost(byte[] arg1, int arg2, int arg3, int arg4)AwithNewHost(char[] arg1)AwithNewHost(char[] arg1, int arg2, int arg3)AwithNewHost(int[] arg1, int arg2, int arg3)AwithNewHost(String arg1)AwithNewHost(StringBuffer arg1)AwithNewHost(StringBuilder arg1)AwithPort(Integer port)
-
-
-
Method Detail
-
getHost
String getHost()
-
hasHost
Boolean hasHost()
-
withNewHost
A withNewHost(StringBuilder arg1)
-
withNewHost
A withNewHost(int[] arg1, int arg2, int arg3)
-
withNewHost
A withNewHost(char[] arg1)
-
withNewHost
A withNewHost(StringBuffer arg1)
-
withNewHost
A withNewHost(byte[] arg1, int arg2)
-
withNewHost
A withNewHost(byte[] arg1)
-
withNewHost
A withNewHost(char[] arg1, int arg2, int arg3)
-
withNewHost
A withNewHost(byte[] arg1, int arg2, int arg3)
-
withNewHost
A withNewHost(byte[] arg1, int arg2, int arg3, int arg4)
-
getPort
Integer getPort()
-
hasPort
Boolean hasPort()
-
-