Interface KafkaListenerExternalConfigurationFluent<A extends KafkaListenerExternalConfigurationFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
IngressListenerConfigurationFluent<A>,KafkaListenerExternalIngressFluent.ConfigurationNested<N>,KafkaListenerExternalLoadBalancerFluent.ConfigurationNested<N>,KafkaListenerExternalNodePortFluent.ConfigurationNested<N>,KafkaListenerExternalRouteFluent.ConfigurationNested<N>,NodePortListenerConfigurationFluent<A>
- All Known Implementing Classes:
IngressListenerConfigurationBuilder,IngressListenerConfigurationFluentImpl,KafkaListenerExternalConfigurationBuilder,KafkaListenerExternalConfigurationFluentImpl,KafkaListenerExternalIngressFluentImpl.ConfigurationNestedImpl,KafkaListenerExternalLoadBalancerFluentImpl.ConfigurationNestedImpl,KafkaListenerExternalNodePortFluentImpl.ConfigurationNestedImpl,KafkaListenerExternalRouteFluentImpl.ConfigurationNestedImpl,NodePortListenerConfigurationBuilder,NodePortListenerConfigurationFluentImpl
public interface KafkaListenerExternalConfigurationFluent<A extends KafkaListenerExternalConfigurationFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaListenerExternalConfigurationFluent.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
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<A> withNewBrokerCertChainAndKey()
-
withNewBrokerCertChainAndKeyLike
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<A> withNewBrokerCertChainAndKeyLike(CertAndKeySecretSource item)
-
editBrokerCertChainAndKey
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<A> editBrokerCertChainAndKey()
-
editOrNewBrokerCertChainAndKey
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<A> editOrNewBrokerCertChainAndKey()
-
editOrNewBrokerCertChainAndKeyLike
KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<A> editOrNewBrokerCertChainAndKeyLike(CertAndKeySecretSource item)
-
-