Package io.strimzi.api.kafka.model
Interface CertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>>
-
- All Superinterfaces:
CertSecretSourceFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
GenericKafkaListenerConfigurationFluent.BrokerCertChainAndKeyNested<N>,KafkaClientAuthenticationTlsFluent.CertificateAndKeyNested<N>,KafkaListenerExternalConfigurationFluent.BrokerCertChainAndKeyNested<N>,TlsListenerConfigurationFluent.BrokerCertChainAndKeyNested<N>
- All Known Implementing Classes:
CertAndKeySecretSourceBuilder,CertAndKeySecretSourceFluentImpl,GenericKafkaListenerConfigurationFluentImpl.BrokerCertChainAndKeyNestedImpl,KafkaClientAuthenticationTlsFluentImpl.CertificateAndKeyNestedImpl,KafkaListenerExternalConfigurationFluentImpl.BrokerCertChainAndKeyNestedImpl,TlsListenerConfigurationFluentImpl.BrokerCertChainAndKeyNestedImpl
public interface CertAndKeySecretSourceFluent<A extends CertAndKeySecretSourceFluent<A>> extends CertSecretSourceFluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()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 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
-
-
-
-
Method Detail
-
getKey
String getKey()
-
hasKey
Boolean hasKey()
-
withNewKey
A withNewKey(StringBuilder arg1)
-
withNewKey
A withNewKey(int[] arg1, int arg2, int arg3)
-
withNewKey
A withNewKey(char[] arg1)
-
withNewKey
A withNewKey(StringBuffer arg1)
-
withNewKey
A withNewKey(byte[] arg1, int arg2)
-
withNewKey
A withNewKey(byte[] arg1)
-
withNewKey
A withNewKey(char[] arg1, int arg2, int arg3)
-
withNewKey
A withNewKey(byte[] arg1, int arg2, int arg3)
-
withNewKey
A withNewKey(byte[] arg1, int arg2, int arg3, int arg4)
-
-