Class IngressListenerBrokerConfigurationFluentImpl<A extends IngressListenerBrokerConfigurationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.listener.ExternalListenerBrokerOverrideFluentImpl<A>
-
- io.strimzi.api.kafka.model.listener.IngressListenerBrokerConfigurationFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ExternalListenerBrokerOverrideFluent<A>,IngressListenerBrokerConfigurationFluent<A>
- Direct Known Subclasses:
IngressListenerBrokerConfigurationBuilder,IngressListenerConfigurationFluentImpl.BrokersNestedImpl
public class IngressListenerBrokerConfigurationFluentImpl<A extends IngressListenerBrokerConfigurationFluent<A>> extends ExternalListenerBrokerOverrideFluentImpl<A> implements IngressListenerBrokerConfigurationFluent<A>
-
-
Constructor Summary
Constructors Constructor Description IngressListenerBrokerConfigurationFluentImpl()IngressListenerBrokerConfigurationFluentImpl(IngressListenerBrokerConfiguration instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToDnsAnnotations(String key, String value)AaddToDnsAnnotations(Map<String,String> map)booleanequals(Object o)Map<String,String>getDnsAnnotations()StringgetHost()BooleanhasDnsAnnotations()inthashCode()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 class io.strimzi.api.kafka.model.listener.ExternalListenerBrokerOverrideFluentImpl
getAdvertisedHost, getAdvertisedPort, getBroker, hasAdvertisedHost, hasAdvertisedPort, hasBroker, withAdvertisedHost, withAdvertisedPort, withBroker, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost, withNewAdvertisedHost
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
IngressListenerBrokerConfigurationFluentImpl
public IngressListenerBrokerConfigurationFluentImpl()
-
IngressListenerBrokerConfigurationFluentImpl
public IngressListenerBrokerConfigurationFluentImpl(IngressListenerBrokerConfiguration instance)
-
-
Method Detail
-
getHost
public String getHost()
- Specified by:
getHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withHost
public A withHost(String host)
- Specified by:
withHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
hasHost
public Boolean hasHost()
- Specified by:
hasHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withNewHost
public A withNewHost(StringBuilder arg1)
- Specified by:
withNewHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withNewHost
public A withNewHost(int[] arg1, int arg2, int arg3)
- Specified by:
withNewHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withNewHost
public A withNewHost(char[] arg1)
- Specified by:
withNewHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withNewHost
public A withNewHost(StringBuffer arg1)
- Specified by:
withNewHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1, int arg2)
- Specified by:
withNewHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1)
- Specified by:
withNewHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withNewHost
public A withNewHost(char[] arg1, int arg2, int arg3)
- Specified by:
withNewHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withNewHost
public A withNewHost(String arg1)
- Specified by:
withNewHostin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
addToDnsAnnotations
public A addToDnsAnnotations(String key, String value)
- Specified by:
addToDnsAnnotationsin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
addToDnsAnnotations
public A addToDnsAnnotations(Map<String,String> map)
- Specified by:
addToDnsAnnotationsin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
removeFromDnsAnnotations
public A removeFromDnsAnnotations(String key)
- Specified by:
removeFromDnsAnnotationsin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
removeFromDnsAnnotations
public A removeFromDnsAnnotations(Map<String,String> map)
- Specified by:
removeFromDnsAnnotationsin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
getDnsAnnotations
public Map<String,String> getDnsAnnotations()
- Specified by:
getDnsAnnotationsin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
withDnsAnnotations
public <K,V> A withDnsAnnotations(Map<String,String> dnsAnnotations)
- Specified by:
withDnsAnnotationsin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
hasDnsAnnotations
public Boolean hasDnsAnnotations()
- Specified by:
hasDnsAnnotationsin interfaceIngressListenerBrokerConfigurationFluent<A extends IngressListenerBrokerConfigurationFluent<A>>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classExternalListenerBrokerOverrideFluentImpl<A extends IngressListenerBrokerConfigurationFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classExternalListenerBrokerOverrideFluentImpl<A extends IngressListenerBrokerConfigurationFluent<A>>
-
-