Class GenericKafkaListenerConfigurationBrokerFluent<A extends GenericKafkaListenerConfigurationBrokerFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.listener.GenericKafkaListenerConfigurationBrokerFluent<A>
- Direct Known Subclasses:
GenericKafkaListenerConfigurationBrokerBuilder,GenericKafkaListenerConfigurationFluent.BrokersNested
public class GenericKafkaListenerConfigurationBrokerFluent<A extends GenericKafkaListenerConfigurationBrokerFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionaddAllToExternalIPs(Collection<String> items) addToAnnotations(String key, String value) addToAnnotations(Map<String, String> map) addToExternalIPs(int index, String item) addToExternalIPs(String... items) addToLabels(String key, String value) addToLabels(Map<String, String> map) booleangetExternalIP(int index) getHost()getMatchingExternalIP(Predicate<String> predicate) booleanbooleanbooleanbooleanbooleaninthashCode()booleanhasHost()booleanbooleanbooleanhasMatchingExternalIP(Predicate<String> predicate) booleanremoveAllFromExternalIPs(Collection<String> items) removeFromAnnotations(Map<String, String> map) removeFromExternalIPs(String... items) removeFromLabels(String key) removeFromLabels(Map<String, String> map) setToExternalIPs(int index, String item) toString()withAdvertisedHost(String advertisedHost) withAdvertisedPort(Integer advertisedPort) <K,V> A withAnnotations(Map<String, String> annotations) withBroker(Integer broker) withExternalIPs(String... externalIPs) withExternalIPs(List<String> externalIPs) <K,V> A withLabels(Map<String, String> labels) withLoadBalancerIP(String loadBalancerIP) withNodePort(Integer nodePort) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
GenericKafkaListenerConfigurationBrokerFluent
public GenericKafkaListenerConfigurationBrokerFluent() -
GenericKafkaListenerConfigurationBrokerFluent
public GenericKafkaListenerConfigurationBrokerFluent(GenericKafkaListenerConfigurationBroker instance)
-
-
Method Details
-
getBroker
-
withBroker
-
hasBroker
public boolean hasBroker() -
getAdvertisedHost
-
withAdvertisedHost
-
hasAdvertisedHost
public boolean hasAdvertisedHost() -
getAdvertisedPort
-
withAdvertisedPort
-
hasAdvertisedPort
public boolean hasAdvertisedPort() -
getHost
-
withHost
-
hasHost
public boolean hasHost() -
addToAnnotations
-
addToAnnotations
-
removeFromAnnotations
-
removeFromAnnotations
-
getAnnotations
-
withAnnotations
-
hasAnnotations
public boolean hasAnnotations() -
addToLabels
-
addToLabels
-
removeFromLabels
-
removeFromLabels
-
getLabels
-
withLabels
-
hasLabels
public boolean hasLabels() -
getNodePort
-
withNodePort
-
hasNodePort
public boolean hasNodePort() -
getLoadBalancerIP
-
withLoadBalancerIP
-
hasLoadBalancerIP
public boolean hasLoadBalancerIP() -
addToExternalIPs
-
setToExternalIPs
-
addToExternalIPs
-
addAllToExternalIPs
-
removeFromExternalIPs
-
removeAllFromExternalIPs
-
getExternalIPs
-
getExternalIP
-
getFirstExternalIP
-
getLastExternalIP
-
getMatchingExternalIP
-
hasMatchingExternalIP
-
withExternalIPs
-
withExternalIPs
-
hasExternalIPs
public boolean hasExternalIPs() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GenericKafkaListenerConfigurationBrokerFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GenericKafkaListenerConfigurationBrokerFluent<A>>
-
toString
-