Class CertSecretSourceFluent<A extends CertSecretSourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.CertSecretSourceFluent<A>
- Direct Known Subclasses:
CertSecretSourceBuilder,ClientTlsFluent.TrustedCertificatesNested,KafkaAuthorizationKeycloakFluent.TlsTrustedCertificatesNested,KafkaAuthorizationOpaFluent.TlsTrustedCertificatesNested,KafkaClientAuthenticationOAuthFluent.TlsTrustedCertificatesNested,KafkaListenerAuthenticationOAuthFluent.TlsTrustedCertificatesNested
public class CertSecretSourceFluent<A extends CertSecretSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleaninthashCode()booleanbooleantoString()withCertificate(String certificate) withPattern(String pattern) withSecretName(String secretName) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
CertSecretSourceFluent
public CertSecretSourceFluent() -
CertSecretSourceFluent
-
-
Method Details
-
getSecretName
-
withSecretName
-
hasSecretName
public boolean hasSecretName() -
getCertificate
-
withCertificate
-
hasCertificate
public boolean hasCertificate() -
getPattern
-
withPattern
-
hasPattern
public boolean hasPattern() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CertSecretSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CertSecretSourceFluent<A>>
-
toString
-