Class GenericKafkaListenerConfigurationBootstrapFluent<A extends GenericKafkaListenerConfigurationBootstrapFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.listener.GenericKafkaListenerConfigurationBootstrapFluent<A>
Direct Known Subclasses:
GenericKafkaListenerConfigurationBootstrapBuilder, GenericKafkaListenerConfigurationFluent.BootstrapNested

public class GenericKafkaListenerConfigurationBootstrapFluent<A extends GenericKafkaListenerConfigurationBootstrapFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
  • Constructor Details

    • GenericKafkaListenerConfigurationBootstrapFluent

      public GenericKafkaListenerConfigurationBootstrapFluent()
    • GenericKafkaListenerConfigurationBootstrapFluent

      public GenericKafkaListenerConfigurationBootstrapFluent(GenericKafkaListenerConfigurationBootstrap instance)
  • Method Details

    • addToAlternativeNames

      public A addToAlternativeNames(int index, String item)
    • setToAlternativeNames

      public A setToAlternativeNames(int index, String item)
    • addToAlternativeNames

      public A addToAlternativeNames(String... items)
    • addAllToAlternativeNames

      public A addAllToAlternativeNames(Collection<String> items)
    • removeFromAlternativeNames

      public A removeFromAlternativeNames(String... items)
    • removeAllFromAlternativeNames

      public A removeAllFromAlternativeNames(Collection<String> items)
    • getAlternativeNames

      public List<String> getAlternativeNames()
    • getAlternativeName

      public String getAlternativeName(int index)
    • getFirstAlternativeName

      public String getFirstAlternativeName()
    • getLastAlternativeName

      public String getLastAlternativeName()
    • getMatchingAlternativeName

      public String getMatchingAlternativeName(Predicate<String> predicate)
    • hasMatchingAlternativeName

      public boolean hasMatchingAlternativeName(Predicate<String> predicate)
    • withAlternativeNames

      public A withAlternativeNames(List<String> alternativeNames)
    • withAlternativeNames

      public A withAlternativeNames(String... alternativeNames)
    • hasAlternativeNames

      public boolean hasAlternativeNames()
    • getHost

      public String getHost()
    • withHost

      public A withHost(String host)
    • hasHost

      public boolean hasHost()
    • addToAnnotations

      public A addToAnnotations(String key, String value)
    • addToAnnotations

      public A addToAnnotations(Map<String,String> map)
    • removeFromAnnotations

      public A removeFromAnnotations(String key)
    • removeFromAnnotations

      public A removeFromAnnotations(Map<String,String> map)
    • getAnnotations

      public Map<String,String> getAnnotations()
    • withAnnotations

      public <K, V> A withAnnotations(Map<String,String> annotations)
    • hasAnnotations

      public boolean hasAnnotations()
    • addToLabels

      public A addToLabels(String key, String value)
    • addToLabels

      public A addToLabels(Map<String,String> map)
    • removeFromLabels

      public A removeFromLabels(String key)
    • removeFromLabels

      public A removeFromLabels(Map<String,String> map)
    • getLabels

      public Map<String,String> getLabels()
    • withLabels

      public <K, V> A withLabels(Map<String,String> labels)
    • hasLabels

      public boolean hasLabels()
    • getNodePort

      public Integer getNodePort()
    • withNodePort

      public A withNodePort(Integer nodePort)
    • hasNodePort

      public boolean hasNodePort()
    • getLoadBalancerIP

      public String getLoadBalancerIP()
    • withLoadBalancerIP

      public A withLoadBalancerIP(String loadBalancerIP)
    • hasLoadBalancerIP

      public boolean hasLoadBalancerIP()
    • addToExternalIPs

      public A addToExternalIPs(int index, String item)
    • setToExternalIPs

      public A setToExternalIPs(int index, String item)
    • addToExternalIPs

      public A addToExternalIPs(String... items)
    • addAllToExternalIPs

      public A addAllToExternalIPs(Collection<String> items)
    • removeFromExternalIPs

      public A removeFromExternalIPs(String... items)
    • removeAllFromExternalIPs

      public A removeAllFromExternalIPs(Collection<String> items)
    • getExternalIPs

      public List<String> getExternalIPs()
    • getExternalIP

      public String getExternalIP(int index)
    • getFirstExternalIP

      public String getFirstExternalIP()
    • getLastExternalIP

      public String getLastExternalIP()
    • getMatchingExternalIP

      public String getMatchingExternalIP(Predicate<String> predicate)
    • hasMatchingExternalIP

      public boolean hasMatchingExternalIP(Predicate<String> predicate)
    • withExternalIPs

      public A withExternalIPs(List<String> externalIPs)
    • withExternalIPs

      public A withExternalIPs(String... externalIPs)
    • hasExternalIPs

      public boolean hasExternalIPs()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GenericKafkaListenerConfigurationBootstrapFluent<A>>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GenericKafkaListenerConfigurationBootstrapFluent<A>>
    • toString

      public String toString()
      Overrides:
      toString in class Object