Interface GenericKafkaListenerConfigurationFluent.BrokerCertChainAndKeyNested<N>
-
- All Superinterfaces:
CertAndKeySecretSourceFluent<GenericKafkaListenerConfigurationFluent.BrokerCertChainAndKeyNested<N>>,CertSecretSourceFluent<GenericKafkaListenerConfigurationFluent.BrokerCertChainAndKeyNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<GenericKafkaListenerConfigurationFluent.BrokerCertChainAndKeyNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
GenericKafkaListenerConfigurationFluentImpl.BrokerCertChainAndKeyNestedImpl
- Enclosing interface:
- GenericKafkaListenerConfigurationFluent<A extends GenericKafkaListenerConfigurationFluent<A>>
public static interface GenericKafkaListenerConfigurationFluent.BrokerCertChainAndKeyNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, CertAndKeySecretSourceFluent<GenericKafkaListenerConfigurationFluent.BrokerCertChainAndKeyNested<N>>
Represents a certificate and private key pair inside a Secret
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendBrokerCertChainAndKey()-
Methods inherited from interface io.strimzi.api.kafka.model.CertAndKeySecretSourceFluent
getKey, hasKey, withKey, withNewKey
-
Methods inherited from interface io.strimzi.api.kafka.model.CertSecretSourceFluent
getCertificate, getSecretName, hasCertificate, hasSecretName, withCertificate, withNewCertificate, withNewSecretName, withSecretName
-
-