Class KafkaListenerExternalNodePortBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.listener.KafkaListenerExternalNodePortFluentImpl<KafkaListenerExternalNodePortBuilder>
-
- io.strimzi.api.kafka.model.listener.KafkaListenerExternalNodePortBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<KafkaListenerExternalNodePort>,io.fabric8.kubernetes.api.builder.Fluent<KafkaListenerExternalNodePortBuilder>,io.fabric8.kubernetes.api.builder.Visitable<KafkaListenerExternalNodePortBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaListenerExternalNodePort,KafkaListenerExternalNodePortBuilder>,KafkaListenerExternalNodePortFluent<KafkaListenerExternalNodePortBuilder>
public class KafkaListenerExternalNodePortBuilder extends KafkaListenerExternalNodePortFluentImpl<KafkaListenerExternalNodePortBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaListenerExternalNodePort,KafkaListenerExternalNodePortBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.strimzi.api.kafka.model.listener.KafkaListenerExternalNodePortFluentImpl
KafkaListenerExternalNodePortFluentImpl.ConfigurationNestedImpl<N>, KafkaListenerExternalNodePortFluentImpl.KafkaListenerAuthenticationOAuthNestedImpl<N>, KafkaListenerExternalNodePortFluentImpl.KafkaListenerAuthenticationScramSha512AuthNestedImpl<N>, KafkaListenerExternalNodePortFluentImpl.KafkaListenerAuthenticationTlsAuthNestedImpl<N>, KafkaListenerExternalNodePortFluentImpl.OverridesNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.listener.KafkaListenerExternalNodePortFluent
KafkaListenerExternalNodePortFluent.ConfigurationNested<N>, KafkaListenerExternalNodePortFluent.KafkaListenerAuthenticationOAuthNested<N>, KafkaListenerExternalNodePortFluent.KafkaListenerAuthenticationScramSha512AuthNested<N>, KafkaListenerExternalNodePortFluent.KafkaListenerAuthenticationTlsAuthNested<N>, KafkaListenerExternalNodePortFluent.OverridesNested<N>
-
-
Constructor Summary
Constructors Constructor Description KafkaListenerExternalNodePortBuilder()KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePort instance)KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePortFluent<?> fluent)KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePortFluent<?> fluent, KafkaListenerExternalNodePort instance)KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePortFluent<?> fluent, KafkaListenerExternalNodePort instance, Boolean validationEnabled)KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePortFluent<?> fluent, Boolean validationEnabled)KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePort instance, Boolean validationEnabled)KafkaListenerExternalNodePortBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaListenerExternalNodePortbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.strimzi.api.kafka.model.listener.KafkaListenerExternalNodePortFluentImpl
addAllToNetworkPolicyPeers, addToNetworkPolicyPeers, addToNetworkPolicyPeers, buildAuth, buildConfiguration, buildOverrides, editConfiguration, editOrNewConfiguration, editOrNewConfigurationLike, editOrNewOverrides, editOrNewOverridesLike, editOverrides, getAuth, getConfiguration, getFirstNetworkPolicyPeer, getLastNetworkPolicyPeer, getMatchingNetworkPolicyPeer, getNetworkPolicyPeer, getNetworkPolicyPeers, getOverrides, hasAuth, hasConfiguration, hasMatchingNetworkPolicyPeer, hasNetworkPolicyPeers, hasOverrides, hasTls, isTls, removeAllFromNetworkPolicyPeers, removeFromNetworkPolicyPeers, setToNetworkPolicyPeers, withAuth, withConfiguration, withKafkaListenerAuthenticationOAuth, withKafkaListenerAuthenticationScramSha512Auth, withKafkaListenerAuthenticationTlsAuth, withNetworkPolicyPeers, withNetworkPolicyPeers, withNewConfiguration, withNewConfigurationLike, withNewKafkaListenerAuthenticationOAuth, withNewKafkaListenerAuthenticationOAuthLike, withNewKafkaListenerAuthenticationScramSha512Auth, withNewKafkaListenerAuthenticationScramSha512AuthLike, withNewKafkaListenerAuthenticationTlsAuth, withNewKafkaListenerAuthenticationTlsAuthLike, withNewOverrides, withNewOverridesLike, withOverrides, withTls
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
KafkaListenerExternalNodePortBuilder
public KafkaListenerExternalNodePortBuilder()
-
KafkaListenerExternalNodePortBuilder
public KafkaListenerExternalNodePortBuilder(Boolean validationEnabled)
-
KafkaListenerExternalNodePortBuilder
public KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePortFluent<?> fluent)
-
KafkaListenerExternalNodePortBuilder
public KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePortFluent<?> fluent, Boolean validationEnabled)
-
KafkaListenerExternalNodePortBuilder
public KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePortFluent<?> fluent, KafkaListenerExternalNodePort instance)
-
KafkaListenerExternalNodePortBuilder
public KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePortFluent<?> fluent, KafkaListenerExternalNodePort instance, Boolean validationEnabled)
-
KafkaListenerExternalNodePortBuilder
public KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePort instance)
-
KafkaListenerExternalNodePortBuilder
public KafkaListenerExternalNodePortBuilder(KafkaListenerExternalNodePort instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public KafkaListenerExternalNodePort build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<KafkaListenerExternalNodePort>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKafkaListenerExternalNodePortFluentImpl<KafkaListenerExternalNodePortBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKafkaListenerExternalNodePortFluentImpl<KafkaListenerExternalNodePortBuilder>
-
-