Class NodePortListenerConfigurationFluentImpl<A extends NodePortListenerConfigurationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.listener.KafkaListenerExternalConfigurationFluentImpl<A>
-
- io.strimzi.api.kafka.model.listener.NodePortListenerConfigurationFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,KafkaListenerExternalConfigurationFluent<A>,NodePortListenerConfigurationFluent<A>
- Direct Known Subclasses:
KafkaListenerExternalNodePortFluentImpl.ConfigurationNestedImpl,NodePortListenerConfigurationBuilder
public class NodePortListenerConfigurationFluentImpl<A extends NodePortListenerConfigurationFluent<A>> extends KafkaListenerExternalConfigurationFluentImpl<A> implements NodePortListenerConfigurationFluent<A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.strimzi.api.kafka.model.listener.KafkaListenerExternalConfigurationFluentImpl
KafkaListenerExternalConfigurationFluentImpl.BrokerCertChainAndKeyNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.listener.KafkaListenerExternalConfigurationFluent
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<N>
-
-
Constructor Summary
Constructors Constructor Description NodePortListenerConfigurationFluentImpl()NodePortListenerConfigurationFluentImpl(NodePortListenerConfiguration instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)NodeAddressTypegetPreferredAddressType()inthashCode()BooleanhasPreferredAddressType()AwithPreferredAddressType(NodeAddressType preferredAddressType)-
Methods inherited from class io.strimzi.api.kafka.model.listener.KafkaListenerExternalConfigurationFluentImpl
buildBrokerCertChainAndKey, editBrokerCertChainAndKey, editOrNewBrokerCertChainAndKey, editOrNewBrokerCertChainAndKeyLike, getBrokerCertChainAndKey, hasBrokerCertChainAndKey, withBrokerCertChainAndKey, withNewBrokerCertChainAndKey, withNewBrokerCertChainAndKeyLike
-
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.KafkaListenerExternalConfigurationFluent
buildBrokerCertChainAndKey, editBrokerCertChainAndKey, editOrNewBrokerCertChainAndKey, editOrNewBrokerCertChainAndKeyLike, getBrokerCertChainAndKey, hasBrokerCertChainAndKey, withBrokerCertChainAndKey, withNewBrokerCertChainAndKey, withNewBrokerCertChainAndKeyLike
-
-
-
-
Constructor Detail
-
NodePortListenerConfigurationFluentImpl
public NodePortListenerConfigurationFluentImpl()
-
NodePortListenerConfigurationFluentImpl
public NodePortListenerConfigurationFluentImpl(NodePortListenerConfiguration instance)
-
-
Method Detail
-
getPreferredAddressType
public NodeAddressType getPreferredAddressType()
- Specified by:
getPreferredAddressTypein interfaceNodePortListenerConfigurationFluent<A extends NodePortListenerConfigurationFluent<A>>
-
withPreferredAddressType
public A withPreferredAddressType(NodeAddressType preferredAddressType)
- Specified by:
withPreferredAddressTypein interfaceNodePortListenerConfigurationFluent<A extends NodePortListenerConfigurationFluent<A>>
-
hasPreferredAddressType
public Boolean hasPreferredAddressType()
- Specified by:
hasPreferredAddressTypein interfaceNodePortListenerConfigurationFluent<A extends NodePortListenerConfigurationFluent<A>>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKafkaListenerExternalConfigurationFluentImpl<A extends NodePortListenerConfigurationFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKafkaListenerExternalConfigurationFluentImpl<A extends NodePortListenerConfigurationFluent<A>>
-
-