Class IngressListenerBootstrapConfigurationFluentImpl<A extends IngressListenerBootstrapConfigurationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.listener.ExternalListenerBootstrapOverrideFluentImpl<A>
-
- io.strimzi.api.kafka.model.listener.IngressListenerBootstrapConfigurationFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ExternalListenerBootstrapOverrideFluent<A>,IngressListenerBootstrapConfigurationFluent<A>
- Direct Known Subclasses:
IngressListenerBootstrapConfigurationBuilder,IngressListenerConfigurationFluentImpl.BootstrapNestedImpl
public class IngressListenerBootstrapConfigurationFluentImpl<A extends IngressListenerBootstrapConfigurationFluent<A>> extends ExternalListenerBootstrapOverrideFluentImpl<A> implements IngressListenerBootstrapConfigurationFluent<A>
-
-
Constructor Summary
Constructors Constructor Description IngressListenerBootstrapConfigurationFluentImpl()IngressListenerBootstrapConfigurationFluentImpl(IngressListenerBootstrapConfiguration 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.ExternalListenerBootstrapOverrideFluentImpl
getAddress, hasAddress, withAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress
-
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.ExternalListenerBootstrapOverrideFluent
getAddress, hasAddress, withAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress, withNewAddress
-
-
-
-
Constructor Detail
-
IngressListenerBootstrapConfigurationFluentImpl
public IngressListenerBootstrapConfigurationFluentImpl()
-
IngressListenerBootstrapConfigurationFluentImpl
public IngressListenerBootstrapConfigurationFluentImpl(IngressListenerBootstrapConfiguration instance)
-
-
Method Detail
-
getHost
public String getHost()
- Specified by:
getHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withHost
public A withHost(String host)
- Specified by:
withHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
hasHost
public Boolean hasHost()
- Specified by:
hasHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withNewHost
public A withNewHost(StringBuilder arg1)
- Specified by:
withNewHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withNewHost
public A withNewHost(int[] arg1, int arg2, int arg3)
- Specified by:
withNewHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withNewHost
public A withNewHost(char[] arg1)
- Specified by:
withNewHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withNewHost
public A withNewHost(StringBuffer arg1)
- Specified by:
withNewHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1, int arg2)
- Specified by:
withNewHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1)
- Specified by:
withNewHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withNewHost
public A withNewHost(char[] arg1, int arg2, int arg3)
- Specified by:
withNewHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withNewHost
public A withNewHost(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withNewHost
public A withNewHost(String arg1)
- Specified by:
withNewHostin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
addToDnsAnnotations
public A addToDnsAnnotations(String key, String value)
- Specified by:
addToDnsAnnotationsin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
addToDnsAnnotations
public A addToDnsAnnotations(Map<String,String> map)
- Specified by:
addToDnsAnnotationsin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
removeFromDnsAnnotations
public A removeFromDnsAnnotations(String key)
- Specified by:
removeFromDnsAnnotationsin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
removeFromDnsAnnotations
public A removeFromDnsAnnotations(Map<String,String> map)
- Specified by:
removeFromDnsAnnotationsin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
getDnsAnnotations
public Map<String,String> getDnsAnnotations()
- Specified by:
getDnsAnnotationsin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
withDnsAnnotations
public <K,V> A withDnsAnnotations(Map<String,String> dnsAnnotations)
- Specified by:
withDnsAnnotationsin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
hasDnsAnnotations
public Boolean hasDnsAnnotations()
- Specified by:
hasDnsAnnotationsin interfaceIngressListenerBootstrapConfigurationFluent<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classExternalListenerBootstrapOverrideFluentImpl<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classExternalListenerBootstrapOverrideFluentImpl<A extends IngressListenerBootstrapConfigurationFluent<A>>
-
-