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,KafkaListenerExternalConfigurationFluentImpl.BrokerCertChainAndKeyNestedImpl,TlsListenerConfigurationFluentImpl.BrokerCertChainAndKeyNestedImpl
public class CertAndKeySecretSourceFluentImpl<A extends CertAndKeySecretSourceFluent<A>> extends CertSecretSourceFluentImpl<A> implements CertAndKeySecretSourceFluent<A>
-
-
Constructor Summary
Constructors Constructor Description CertAndKeySecretSourceFluentImpl()CertAndKeySecretSourceFluentImpl(CertAndKeySecretSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()inthashCode()BooleanhasKey()AwithKey(String key)AwithNewKey(byte[] arg1)AwithNewKey(byte[] arg1, int arg2)AwithNewKey(byte[] arg1, int arg2, int arg3)AwithNewKey(byte[] arg1, int arg2, int arg3, int arg4)AwithNewKey(char[] arg1)AwithNewKey(char[] arg1, int arg2, int arg3)AwithNewKey(int[] arg1, int arg2, int arg3)AwithNewKey(String arg1)AwithNewKey(StringBuffer arg1)AwithNewKey(StringBuilder arg1)-
Methods inherited from class io.strimzi.api.kafka.model.CertSecretSourceFluentImpl
getCertificate, getSecretName, hasCertificate, hasSecretName, withCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withSecretName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
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, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewCertificate, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, withNewSecretName, 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
public A withNewKey(StringBuilder arg1)
- Specified by:
withNewKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
withNewKey
public A withNewKey(int[] arg1, int arg2, int arg3)
- Specified by:
withNewKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
withNewKey
public A withNewKey(char[] arg1)
- Specified by:
withNewKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
withNewKey
public A withNewKey(StringBuffer arg1)
- Specified by:
withNewKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
withNewKey
public A withNewKey(byte[] arg1, int arg2)
- Specified by:
withNewKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
withNewKey
public A withNewKey(byte[] arg1)
- Specified by:
withNewKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
withNewKey
public A withNewKey(char[] arg1, int arg2, int arg3)
- Specified by:
withNewKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
withNewKey
public A withNewKey(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
withNewKey
public A withNewKey(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewKeyin interfaceCertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
withNewKey
public A withNewKey(String arg1)
- 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>>
-
-