Class TlsListenerConfigurationFluentImpl<A extends TlsListenerConfigurationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.listener.TlsListenerConfigurationFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,TlsListenerConfigurationFluent<A>
- Direct Known Subclasses:
KafkaListenerTlsFluentImpl.ConfigurationNestedImpl,TlsListenerConfigurationBuilder
public class TlsListenerConfigurationFluentImpl<A extends TlsListenerConfigurationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TlsListenerConfigurationFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTlsListenerConfigurationFluentImpl.BrokerCertChainAndKeyNestedImpl<N>-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.listener.TlsListenerConfigurationFluent
TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<N>
-
-
Constructor Summary
Constructors Constructor Description TlsListenerConfigurationFluentImpl()TlsListenerConfigurationFluentImpl(TlsListenerConfiguration instance)
-
Method Summary
-
-
-
Constructor Detail
-
TlsListenerConfigurationFluentImpl
public TlsListenerConfigurationFluentImpl()
-
TlsListenerConfigurationFluentImpl
public TlsListenerConfigurationFluentImpl(TlsListenerConfiguration instance)
-
-
Method Detail
-
getBrokerCertChainAndKey
@Deprecated public CertAndKeySecretSource getBrokerCertChainAndKey()
Deprecated.This method has been deprecated, please use method buildBrokerCertChainAndKey instead.- Specified by:
getBrokerCertChainAndKeyin interfaceTlsListenerConfigurationFluent<A extends TlsListenerConfigurationFluent<A>>- Returns:
- The buildable object.
-
buildBrokerCertChainAndKey
public CertAndKeySecretSource buildBrokerCertChainAndKey()
- Specified by:
buildBrokerCertChainAndKeyin interfaceTlsListenerConfigurationFluent<A extends TlsListenerConfigurationFluent<A>>
-
withBrokerCertChainAndKey
public A withBrokerCertChainAndKey(CertAndKeySecretSource brokerCertChainAndKey)
- Specified by:
withBrokerCertChainAndKeyin interfaceTlsListenerConfigurationFluent<A extends TlsListenerConfigurationFluent<A>>
-
hasBrokerCertChainAndKey
public Boolean hasBrokerCertChainAndKey()
- Specified by:
hasBrokerCertChainAndKeyin interfaceTlsListenerConfigurationFluent<A extends TlsListenerConfigurationFluent<A>>
-
withNewBrokerCertChainAndKey
public TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<A> withNewBrokerCertChainAndKey()
- Specified by:
withNewBrokerCertChainAndKeyin interfaceTlsListenerConfigurationFluent<A extends TlsListenerConfigurationFluent<A>>
-
withNewBrokerCertChainAndKeyLike
public TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<A> withNewBrokerCertChainAndKeyLike(CertAndKeySecretSource item)
- Specified by:
withNewBrokerCertChainAndKeyLikein interfaceTlsListenerConfigurationFluent<A extends TlsListenerConfigurationFluent<A>>
-
editBrokerCertChainAndKey
public TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<A> editBrokerCertChainAndKey()
- Specified by:
editBrokerCertChainAndKeyin interfaceTlsListenerConfigurationFluent<A extends TlsListenerConfigurationFluent<A>>
-
editOrNewBrokerCertChainAndKey
public TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<A> editOrNewBrokerCertChainAndKey()
- Specified by:
editOrNewBrokerCertChainAndKeyin interfaceTlsListenerConfigurationFluent<A extends TlsListenerConfigurationFluent<A>>
-
editOrNewBrokerCertChainAndKeyLike
public TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<A> editOrNewBrokerCertChainAndKeyLike(CertAndKeySecretSource item)
- Specified by:
editOrNewBrokerCertChainAndKeyLikein interfaceTlsListenerConfigurationFluent<A extends TlsListenerConfigurationFluent<A>>
-
-