Package io.strimzi.api.kafka.model
Interface CertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
- All Superinterfaces:
CertSecretSourceFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
GenericKafkaListenerConfigurationFluent.BrokerCertChainAndKeyNested<N>,KafkaClientAuthenticationTlsFluent.CertificateAndKeyNested<N>
- All Known Implementing Classes:
CertAndKeySecretSourceBuilder,CertAndKeySecretSourceFluentImpl,GenericKafkaListenerConfigurationFluentImpl.BrokerCertChainAndKeyNestedImpl,KafkaClientAuthenticationTlsFluentImpl.CertificateAndKeyNestedImpl
public interface CertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>> extends CertSecretSourceFluent<A>
Represents a certificate and private key pair inside a Secret
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetKey()BooleanhasKey()AwithKey(String key)AwithNewKey(String original)Deprecated.-
Methods inherited from interface io.strimzi.api.kafka.model.CertSecretSourceFluent
getCertificate, getSecretName, hasCertificate, hasSecretName, withCertificate, withNewCertificate, withNewSecretName, withSecretName
-
-