Package io.strimzi.api.kafka.model
Class CertAndKeySecretSourceFluentImpl<A extends CertAndKeySecretSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.CertSecretSourceFluentImpl<A>
-
- io.strimzi.api.kafka.model.CertAndKeySecretSourceFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,CertAndKeySecretSourceFluent<A>,CertSecretSourceFluent<A>
- Direct Known Subclasses:
CertAndKeySecretSourceBuilder,GenericKafkaListenerConfigurationFluentImpl.BrokerCertChainAndKeyNestedImpl,KafkaClientAuthenticationTlsFluentImpl.CertificateAndKeyNestedImpl
public class CertAndKeySecretSourceFluentImpl<A extends CertAndKeySecretSourceFluent<A>> extends CertSecretSourceFluentImpl<A> implements CertAndKeySecretSourceFluent<A>
Represents a certificate and private key pair inside a Secret
-
-
Constructor Summary
Constructors Constructor Description CertAndKeySecretSourceFluentImpl()CertAndKeySecretSourceFluentImpl(CertAndKeySecretSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()inthashCode()BooleanhasKey()AwithKey(String key)AwithNewKey(String original)Deprecated.-
Methods inherited from class io.strimzi.api.kafka.model.CertSecretSourceFluentImpl
getCertificate, getSecretName, hasCertificate, hasSecretName, withCertificate, withNewCertificate, withNewSecretName, withSecretName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.strimzi.api.kafka.model.CertSecretSourceFluent
getCertificate, getSecretName, hasCertificate, hasSecretName, withCertificate, withNewCertificate, withNewSecretName, withSecretName
-
-
-
-
Constructor Detail
-
CertAndKeySecretSourceFluentImpl
public CertAndKeySecretSourceFluentImpl()
-
CertAndKeySecretSourceFluentImpl
public CertAndKeySecretSourceFluentImpl(CertAndKeySecretSource instance)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
withKey
public A withKey(String key)
- Specified by:
withKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
hasKey
public Boolean hasKey()
- Specified by:
hasKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
withNewKey
@Deprecated public A withNewKey(String original)
Deprecated.- Specified by:
withNewKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCertSecretSourceFluentImpl<A extends CertAndKeySecretSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCertSecretSourceFluentImpl<A extends CertAndKeySecretSourceFluent<A>>
-
-