Interface IngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
- All Superinterfaces:
ExternalListenerBootstrapOverrideFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
IngressListenerConfigurationFluent.BootstrapNested<N>
- All Known Implementing Classes:
IngressListenerBootstrapConfigurationBuilder,IngressListenerBootstrapConfigurationFluentImpl,IngressListenerConfigurationFluentImpl.BootstrapNestedImpl
public interface IngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>> extends ExternalListenerBootstrapOverrideFluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddToDnsAnnotations(String key, String value)AaddToDnsAnnotations(Map<String,String> map)Map<String,String>getDnsAnnotations()StringgetHost()BooleanhasDnsAnnotations()BooleanhasHost()AremoveFromDnsAnnotations(String key)AremoveFromDnsAnnotations(Map<String,String> map)<K,V>
AwithDnsAnnotations(Map<String,String> dnsAnnotations)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)-
Methods inherited from interface io.strimzi.api.kafka.model.listener.ExternalListenerBootstrapOverrideFluent
getAddress, hasAddress, withAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress
-
-
-
-
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)
-
hasDnsAnnotations
Boolean hasDnsAnnotations()
-
-