Package io.strimzi.api.kafka.model
Interface KafkaMirrorMaker2ClusterSpecFluent<A extends KafkaMirrorMaker2ClusterSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaMirrorMaker2SpecFluent.ClustersNested<N>
- All Known Implementing Classes:
KafkaMirrorMaker2ClusterSpecBuilder,KafkaMirrorMaker2ClusterSpecFluentImpl,KafkaMirrorMaker2SpecFluentImpl.ClustersNestedImpl
public interface KafkaMirrorMaker2ClusterSpecFluent<A extends KafkaMirrorMaker2ClusterSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationOAuthNested<N>static interfaceKafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationPlainNested<N>static interfaceKafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationScramSha512Nested<N>static interfaceKafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationTlsNested<N>static interfaceKafkaMirrorMaker2ClusterSpecFluent.TlsNested<N>
-
Method Summary
-
-
-
Method Detail
-
getAlias
String getAlias()
-
hasAlias
Boolean hasAlias()
-
withNewAlias
A withNewAlias(StringBuilder arg1)
-
withNewAlias
A withNewAlias(int[] arg1, int arg2, int arg3)
-
withNewAlias
A withNewAlias(char[] arg1)
-
withNewAlias
A withNewAlias(StringBuffer arg1)
-
withNewAlias
A withNewAlias(byte[] arg1, int arg2)
-
withNewAlias
A withNewAlias(byte[] arg1)
-
withNewAlias
A withNewAlias(char[] arg1, int arg2, int arg3)
-
withNewAlias
A withNewAlias(byte[] arg1, int arg2, int arg3)
-
withNewAlias
A withNewAlias(byte[] arg1, int arg2, int arg3, int arg4)
-
getBootstrapServers
String getBootstrapServers()
-
hasBootstrapServers
Boolean hasBootstrapServers()
-
withNewBootstrapServers
A withNewBootstrapServers(StringBuilder arg1)
-
withNewBootstrapServers
A withNewBootstrapServers(int[] arg1, int arg2, int arg3)
-
withNewBootstrapServers
A withNewBootstrapServers(char[] arg1)
-
withNewBootstrapServers
A withNewBootstrapServers(StringBuffer arg1)
-
withNewBootstrapServers
A withNewBootstrapServers(byte[] arg1, int arg2)
-
withNewBootstrapServers
A withNewBootstrapServers(byte[] arg1)
-
withNewBootstrapServers
A withNewBootstrapServers(char[] arg1, int arg2, int arg3)
-
withNewBootstrapServers
A withNewBootstrapServers(byte[] arg1, int arg2, int arg3)
-
withNewBootstrapServers
A withNewBootstrapServers(byte[] arg1, int arg2, int arg3, int arg4)
-
hasConfig
Boolean hasConfig()
-
getTls
@Deprecated KafkaMirrorMaker2Tls getTls()
Deprecated.This method has been deprecated, please use method buildTls instead.- Returns:
- The buildable object.
-
buildTls
KafkaMirrorMaker2Tls buildTls()
-
withTls
A withTls(KafkaMirrorMaker2Tls tls)
-
hasTls
Boolean hasTls()
-
withNewTls
KafkaMirrorMaker2ClusterSpecFluent.TlsNested<A> withNewTls()
-
withNewTlsLike
KafkaMirrorMaker2ClusterSpecFluent.TlsNested<A> withNewTlsLike(KafkaMirrorMaker2Tls item)
-
editTls
KafkaMirrorMaker2ClusterSpecFluent.TlsNested<A> editTls()
-
editOrNewTls
KafkaMirrorMaker2ClusterSpecFluent.TlsNested<A> editOrNewTls()
-
editOrNewTlsLike
KafkaMirrorMaker2ClusterSpecFluent.TlsNested<A> editOrNewTlsLike(KafkaMirrorMaker2Tls item)
-
getAuthentication
@Deprecated KafkaClientAuthentication getAuthentication()
Deprecated.This method has been deprecated, please use method buildAuthentication instead.- Returns:
- The buildable object.
-
buildAuthentication
KafkaClientAuthentication buildAuthentication()
-
withAuthentication
A withAuthentication(KafkaClientAuthentication authentication)
-
hasAuthentication
Boolean hasAuthentication()
-
withKafkaClientAuthenticationScramSha512
A withKafkaClientAuthenticationScramSha512(KafkaClientAuthenticationScramSha512 kafkaClientAuthenticationScramSha512)
-
withNewKafkaClientAuthenticationScramSha512
KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationScramSha512Nested<A> withNewKafkaClientAuthenticationScramSha512()
-
withNewKafkaClientAuthenticationScramSha512Like
KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationScramSha512Nested<A> withNewKafkaClientAuthenticationScramSha512Like(KafkaClientAuthenticationScramSha512 item)
-
withKafkaClientAuthenticationPlain
A withKafkaClientAuthenticationPlain(KafkaClientAuthenticationPlain kafkaClientAuthenticationPlain)
-
withNewKafkaClientAuthenticationPlain
KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationPlainNested<A> withNewKafkaClientAuthenticationPlain()
-
withNewKafkaClientAuthenticationPlainLike
KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationPlainNested<A> withNewKafkaClientAuthenticationPlainLike(KafkaClientAuthenticationPlain item)
-
withKafkaClientAuthenticationOAuth
A withKafkaClientAuthenticationOAuth(KafkaClientAuthenticationOAuth kafkaClientAuthenticationOAuth)
-
withNewKafkaClientAuthenticationOAuth
KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationOAuthNested<A> withNewKafkaClientAuthenticationOAuth()
-
withNewKafkaClientAuthenticationOAuthLike
KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationOAuthNested<A> withNewKafkaClientAuthenticationOAuthLike(KafkaClientAuthenticationOAuth item)
-
withKafkaClientAuthenticationTls
A withKafkaClientAuthenticationTls(KafkaClientAuthenticationTls kafkaClientAuthenticationTls)
-
withNewKafkaClientAuthenticationTls
KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationTlsNested<A> withNewKafkaClientAuthenticationTls()
-
withNewKafkaClientAuthenticationTlsLike
KafkaMirrorMaker2ClusterSpecFluent.KafkaClientAuthenticationTlsNested<A> withNewKafkaClientAuthenticationTlsLike(KafkaClientAuthenticationTls item)
-
-