Interface KafkaClientAuthenticationTlsFluent.CertificateAndKeyNested<N>
-
- All Superinterfaces:
CertAndKeySecretSourceFluent<KafkaClientAuthenticationTlsFluent.CertificateAndKeyNested<N>>,CertSecretSourceFluent<KafkaClientAuthenticationTlsFluent.CertificateAndKeyNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<KafkaClientAuthenticationTlsFluent.CertificateAndKeyNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
KafkaClientAuthenticationTlsFluentImpl.CertificateAndKeyNestedImpl
- Enclosing interface:
- KafkaClientAuthenticationTlsFluent<A extends KafkaClientAuthenticationTlsFluent<A>>
public static interface KafkaClientAuthenticationTlsFluent.CertificateAndKeyNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, CertAndKeySecretSourceFluent<KafkaClientAuthenticationTlsFluent.CertificateAndKeyNested<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()NendCertificateAndKey()-
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
-
-