Interface GenericKafkaListenerConfigurationBootstrapFluent<A extends GenericKafkaListenerConfigurationBootstrapFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
GenericKafkaListenerConfigurationFluent.BootstrapNested<N>
- All Known Implementing Classes:
GenericKafkaListenerConfigurationBootstrapBuilder,GenericKafkaListenerConfigurationBootstrapFluentImpl,GenericKafkaListenerConfigurationFluentImpl.BootstrapNestedImpl
public interface GenericKafkaListenerConfigurationBootstrapFluent<A extends GenericKafkaListenerConfigurationBootstrapFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Configures listener bootstrap configuration
-
-
Method Summary
-
-
-
Method Detail
-
addAllToAlternativeNames
A addAllToAlternativeNames(Collection<String> items)
-
removeAllFromAlternativeNames
A removeAllFromAlternativeNames(Collection<String> items)
-
getAlternativeName
String getAlternativeName(int index)
-
getFirstAlternativeName
String getFirstAlternativeName()
-
getLastAlternativeName
String getLastAlternativeName()
-
hasAlternativeNames
Boolean hasAlternativeNames()
-
getHost
String getHost()
-
hasHost
Boolean hasHost()
-
withNewHost
@Deprecated A withNewHost(String original)
Deprecated.
-
hasAnnotations
Boolean hasAnnotations()
-
hasLabels
Boolean hasLabels()
-
getNodePort
Integer getNodePort()
-
hasNodePort
Boolean hasNodePort()
-
getLoadBalancerIP
String getLoadBalancerIP()
-
hasLoadBalancerIP
Boolean hasLoadBalancerIP()
-
withNewLoadBalancerIP
@Deprecated A withNewLoadBalancerIP(String original)
Deprecated.
-
-