Package io.strimzi.api.kafka.model
Interface CertSecretSourceFluent<A extends CertSecretSourceFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
CertAndKeySecretSourceFluent<A>,ClientTlsFluent.TrustedCertificatesNested<N>,GenericKafkaListenerConfigurationFluent.BrokerCertChainAndKeyNested<N>,KafkaAuthorizationKeycloakFluent.TlsTrustedCertificatesNested<N>,KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested<N>,KafkaClientAuthenticationTlsFluent.CertificateAndKeyNested<N>,KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested<N>
- All Known Implementing Classes:
CertAndKeySecretSourceBuilder,CertAndKeySecretSourceFluentImpl,CertSecretSourceBuilder,CertSecretSourceFluentImpl,ClientTlsFluentImpl.TrustedCertificatesNestedImpl,GenericKafkaListenerConfigurationFluentImpl.BrokerCertChainAndKeyNestedImpl,KafkaAuthorizationKeycloakFluentImpl.TlsTrustedCertificatesNestedImpl,KafkaClientAuthenticationOAuthFluentImpl.TlsTrustedCertificatesNestedImpl,KafkaClientAuthenticationTlsFluentImpl.CertificateAndKeyNestedImpl,KafkaListenerAuthenticationOAuthFluentImpl.TlsTrustedCertificatesNestedImpl
public interface CertSecretSourceFluent<A extends CertSecretSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Represents a certificate inside a Secret
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetCertificate()StringgetSecretName()BooleanhasCertificate()BooleanhasSecretName()AwithCertificate(String certificate)AwithNewCertificate(String original)Deprecated.AwithNewSecretName(String original)Deprecated.AwithSecretName(String secretName)
-
-
-
Method Detail
-
getSecretName
String getSecretName()
-
hasSecretName
Boolean hasSecretName()
-
withNewSecretName
@Deprecated A withNewSecretName(String original)
Deprecated.
-
getCertificate
String getCertificate()
-
hasCertificate
Boolean hasCertificate()
-
withNewCertificate
@Deprecated A withNewCertificate(String original)
Deprecated.
-
-