Interface TlsListenerConfigurationFluent<A extends TlsListenerConfigurationFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaListenerTlsFluent.ConfigurationNested<N>
- All Known Implementing Classes:
KafkaListenerTlsFluentImpl.ConfigurationNestedImpl,TlsListenerConfigurationBuilder,TlsListenerConfigurationFluentImpl
public interface TlsListenerConfigurationFluent<A extends TlsListenerConfigurationFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<N>
-
Method Summary
-
-
-
Method Detail
-
getBrokerCertChainAndKey
@Deprecated CertAndKeySecretSource getBrokerCertChainAndKey()
Deprecated.This method has been deprecated, please use method buildBrokerCertChainAndKey instead.- Returns:
- The buildable object.
-
buildBrokerCertChainAndKey
CertAndKeySecretSource buildBrokerCertChainAndKey()
-
withBrokerCertChainAndKey
A withBrokerCertChainAndKey(CertAndKeySecretSource brokerCertChainAndKey)
-
hasBrokerCertChainAndKey
Boolean hasBrokerCertChainAndKey()
-
withNewBrokerCertChainAndKey
TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<A> withNewBrokerCertChainAndKey()
-
withNewBrokerCertChainAndKeyLike
TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<A> withNewBrokerCertChainAndKeyLike(CertAndKeySecretSource item)
-
editBrokerCertChainAndKey
TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<A> editBrokerCertChainAndKey()
-
editOrNewBrokerCertChainAndKey
TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<A> editOrNewBrokerCertChainAndKey()
-
editOrNewBrokerCertChainAndKeyLike
TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<A> editOrNewBrokerCertChainAndKeyLike(CertAndKeySecretSource item)
-
-