Interface IngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
- All Superinterfaces:
ExternalListenerBrokerOverrideFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
IngressListenerConfigurationFluent.BrokersNested<N>
- All Known Implementing Classes:
IngressListenerBrokerConfigurationBuilder,IngressListenerBrokerConfigurationFluentImpl,IngressListenerConfigurationFluentImpl.BrokersNestedImpl
public interface IngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>> extends ExternalListenerBrokerOverrideFluent<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.ExternalListenerBrokerOverrideFluent
getAdvertisedHost, getAdvertisedPort, getBroker, hasAdvertisedHost, hasAdvertisedPort, hasBroker, withAdvertisedHost, withAdvertisedPort, withBroker, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost
-
-
-
-
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()
-
-