Interface NodePortListenerConfigurationFluent<A extends NodePortListenerConfigurationFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,KafkaListenerExternalConfigurationFluent<A>
- All Known Subinterfaces:
KafkaListenerExternalNodePortFluent.ConfigurationNested<N>
- All Known Implementing Classes:
KafkaListenerExternalNodePortFluentImpl.ConfigurationNestedImpl,NodePortListenerConfigurationBuilder,NodePortListenerConfigurationFluentImpl
public interface NodePortListenerConfigurationFluent<A extends NodePortListenerConfigurationFluent<A>> extends KafkaListenerExternalConfigurationFluent<A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.listener.KafkaListenerExternalConfigurationFluent
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeAddressTypegetPreferredAddressType()BooleanhasPreferredAddressType()AwithPreferredAddressType(NodeAddressType preferredAddressType)-
Methods inherited from interface io.strimzi.api.kafka.model.listener.KafkaListenerExternalConfigurationFluent
buildBrokerCertChainAndKey, editBrokerCertChainAndKey, editOrNewBrokerCertChainAndKey, editOrNewBrokerCertChainAndKeyLike, getBrokerCertChainAndKey, hasBrokerCertChainAndKey, withBrokerCertChainAndKey, withNewBrokerCertChainAndKey, withNewBrokerCertChainAndKeyLike
-
-
-
-
Method Detail
-
getPreferredAddressType
NodeAddressType getPreferredAddressType()
-
withPreferredAddressType
A withPreferredAddressType(NodeAddressType preferredAddressType)
-
hasPreferredAddressType
Boolean hasPreferredAddressType()
-
-