public interface KafkaListenerExternalConfigurationFluent<A extends KafkaListenerExternalConfigurationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<N> |
@Deprecated CertAndKeySecretSource getBrokerCertChainAndKey()
CertAndKeySecretSource buildBrokerCertChainAndKey()
A withBrokerCertChainAndKey(CertAndKeySecretSource brokerCertChainAndKey)
Boolean hasBrokerCertChainAndKey()
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<A> withNewBrokerCertChainAndKey()
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<A> withNewBrokerCertChainAndKeyLike(CertAndKeySecretSource item)
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<A> editBrokerCertChainAndKey()
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<A> editOrNewBrokerCertChainAndKey()
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<A> editOrNewBrokerCertChainAndKeyLike(CertAndKeySecretSource item)
Copyright © 2020. All rights reserved.