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