Package io.strimzi.api.kafka.model
Interface KafkaConnectSpecFluent<A extends KafkaConnectSpecFluent<A>>
-
- All Superinterfaces:
AbstractKafkaConnectSpecFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,SpecFluent<A>
- All Known Subinterfaces:
KafkaConnectFluent.SpecNested<N>,KafkaConnectS2IFluent.SpecNested<N>,KafkaConnectS2ISpecFluent<A>
- All Known Implementing Classes:
KafkaConnectFluentImpl.SpecNestedImpl,KafkaConnectS2IFluentImpl.SpecNestedImpl,KafkaConnectS2ISpecBuilder,KafkaConnectS2ISpecFluentImpl,KafkaConnectSpecBuilder,KafkaConnectSpecFluentImpl
public interface KafkaConnectSpecFluent<A extends KafkaConnectSpecFluent<A>> extends AbstractKafkaConnectSpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaConnectSpecFluent.BuildNested<N>static interfaceKafkaConnectSpecFluent.KafkaClientAuthenticationOAuthNested<N>static interfaceKafkaConnectSpecFluent.KafkaClientAuthenticationPlainNested<N>static interfaceKafkaConnectSpecFluent.KafkaClientAuthenticationScramSha512Nested<N>static interfaceKafkaConnectSpecFluent.KafkaClientAuthenticationTlsNested<N>static interfaceKafkaConnectSpecFluent.RackNested<N>static interfaceKafkaConnectSpecFluent.TlsNested<N>-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.AbstractKafkaConnectSpecFluent
AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<N>, AbstractKafkaConnectSpecFluent.ExternalLoggingNested<N>, AbstractKafkaConnectSpecFluent.InlineLoggingNested<N>, AbstractKafkaConnectSpecFluent.JaegerTracingNested<N>, AbstractKafkaConnectSpecFluent.JmxOptionsNested<N>, AbstractKafkaConnectSpecFluent.JmxPrometheusExporterMetricsConfigNested<N>, AbstractKafkaConnectSpecFluent.JvmOptionsNested<N>, AbstractKafkaConnectSpecFluent.LivenessProbeNested<N>, AbstractKafkaConnectSpecFluent.ReadinessProbeNested<N>, AbstractKafkaConnectSpecFluent.TemplateNested<N>
-
-
Method Summary
-
Methods inherited from interface io.strimzi.api.kafka.model.AbstractKafkaConnectSpecFluent
addAllToTolerations, addNewToleration, addToMetrics, addToMetrics, addToTolerations, addToTolerations, buildExternalConfiguration, buildJmxOptions, buildJvmOptions, buildLivenessProbe, buildLogging, buildMetricsConfig, buildReadinessProbe, buildTemplate, buildTracing, editExternalConfiguration, editJmxOptions, editJvmOptions, editLivenessProbe, editOrNewExternalConfiguration, editOrNewExternalConfigurationLike, editOrNewJmxOptions, editOrNewJmxOptionsLike, editOrNewJvmOptions, editOrNewJvmOptionsLike, editOrNewLivenessProbe, editOrNewLivenessProbeLike, editOrNewReadinessProbe, editOrNewReadinessProbeLike, editOrNewTemplate, editOrNewTemplateLike, editReadinessProbe, editTemplate, getAffinity, getExternalConfiguration, getFirstToleration, getImage, getJmxOptions, getJvmOptions, getLastToleration, getLivenessProbe, getLogging, getMatchingToleration, getMetrics, getMetricsConfig, getReadinessProbe, getReplicas, getResources, getTemplate, getToleration, getTolerations, getTracing, getVersion, hasAffinity, hasExternalConfiguration, hasImage, hasJmxOptions, hasJvmOptions, hasLivenessProbe, hasLogging, hasMatchingToleration, hasMetrics, hasMetricsConfig, hasReadinessProbe, hasReplicas, hasResources, hasTemplate, hasTolerations, hasTracing, hasVersion, removeAllFromTolerations, removeFromMetrics, removeFromMetrics, removeFromTolerations, setToTolerations, withAffinity, withExternalConfiguration, withExternalLogging, withImage, withInlineLogging, withJaegerTracing, withJmxOptions, withJmxPrometheusExporterMetricsConfig, withJvmOptions, withLivenessProbe, withLogging, withMetrics, withMetricsConfig, withNewExternalConfiguration, withNewExternalConfigurationLike, withNewExternalLogging, withNewExternalLoggingLike, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewImage, withNewInlineLogging, withNewInlineLoggingLike, withNewJaegerTracing, withNewJaegerTracingLike, withNewJmxOptions, withNewJmxOptionsLike, withNewJmxPrometheusExporterMetricsConfig, withNewJmxPrometheusExporterMetricsConfigLike, withNewJvmOptions, withNewJvmOptionsLike, withNewLivenessProbe, withNewLivenessProbe, withNewLivenessProbeLike, withNewReadinessProbe, withNewReadinessProbe, withNewReadinessProbeLike, withNewTemplate, withNewTemplateLike, withNewVersion, withNewVersion, withNewVersion, withNewVersion, withNewVersion, withNewVersion, withNewVersion, withNewVersion, withNewVersion, withNewVersion, withReadinessProbe, withReplicas, withResources, withTemplate, withTolerations, withTolerations, withTracing, withVersion
-
-
-
-
Method Detail
-
hasConfig
Boolean hasConfig()
-
getClientRackInitImage
String getClientRackInitImage()
-
hasClientRackInitImage
Boolean hasClientRackInitImage()
-
withNewClientRackInitImage
A withNewClientRackInitImage(StringBuilder arg1)
-
withNewClientRackInitImage
A withNewClientRackInitImage(int[] arg1, int arg2, int arg3)
-
withNewClientRackInitImage
A withNewClientRackInitImage(char[] arg1)
-
withNewClientRackInitImage
A withNewClientRackInitImage(StringBuffer arg1)
-
withNewClientRackInitImage
A withNewClientRackInitImage(byte[] arg1, int arg2)
-
withNewClientRackInitImage
A withNewClientRackInitImage(byte[] arg1)
-
withNewClientRackInitImage
A withNewClientRackInitImage(char[] arg1, int arg2, int arg3)
-
withNewClientRackInitImage
A withNewClientRackInitImage(byte[] arg1, int arg2, int arg3)
-
withNewClientRackInitImage
A withNewClientRackInitImage(byte[] arg1, int arg2, int arg3, int arg4)
-
getRack
@Deprecated Rack getRack()
Deprecated.This method has been deprecated, please use method buildRack instead.- Returns:
- The buildable object.
-
buildRack
Rack buildRack()
-
hasRack
Boolean hasRack()
-
withNewRack
KafkaConnectSpecFluent.RackNested<A> withNewRack()
-
withNewRackLike
KafkaConnectSpecFluent.RackNested<A> withNewRackLike(Rack item)
-
editRack
KafkaConnectSpecFluent.RackNested<A> editRack()
-
editOrNewRack
KafkaConnectSpecFluent.RackNested<A> editOrNewRack()
-
editOrNewRackLike
KafkaConnectSpecFluent.RackNested<A> editOrNewRackLike(Rack item)
-
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)
-
getTls
@Deprecated KafkaConnectTls getTls()
Deprecated.This method has been deprecated, please use method buildTls instead.- Returns:
- The buildable object.
-
buildTls
KafkaConnectTls buildTls()
-
withTls
A withTls(KafkaConnectTls tls)
-
hasTls
Boolean hasTls()
-
withNewTls
KafkaConnectSpecFluent.TlsNested<A> withNewTls()
-
withNewTlsLike
KafkaConnectSpecFluent.TlsNested<A> withNewTlsLike(KafkaConnectTls item)
-
editTls
KafkaConnectSpecFluent.TlsNested<A> editTls()
-
editOrNewTls
KafkaConnectSpecFluent.TlsNested<A> editOrNewTls()
-
editOrNewTlsLike
KafkaConnectSpecFluent.TlsNested<A> editOrNewTlsLike(KafkaConnectTls 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
KafkaConnectSpecFluent.KafkaClientAuthenticationScramSha512Nested<A> withNewKafkaClientAuthenticationScramSha512()
-
withNewKafkaClientAuthenticationScramSha512Like
KafkaConnectSpecFluent.KafkaClientAuthenticationScramSha512Nested<A> withNewKafkaClientAuthenticationScramSha512Like(KafkaClientAuthenticationScramSha512 item)
-
withKafkaClientAuthenticationPlain
A withKafkaClientAuthenticationPlain(KafkaClientAuthenticationPlain kafkaClientAuthenticationPlain)
-
withNewKafkaClientAuthenticationPlain
KafkaConnectSpecFluent.KafkaClientAuthenticationPlainNested<A> withNewKafkaClientAuthenticationPlain()
-
withNewKafkaClientAuthenticationPlainLike
KafkaConnectSpecFluent.KafkaClientAuthenticationPlainNested<A> withNewKafkaClientAuthenticationPlainLike(KafkaClientAuthenticationPlain item)
-
withKafkaClientAuthenticationOAuth
A withKafkaClientAuthenticationOAuth(KafkaClientAuthenticationOAuth kafkaClientAuthenticationOAuth)
-
withNewKafkaClientAuthenticationOAuth
KafkaConnectSpecFluent.KafkaClientAuthenticationOAuthNested<A> withNewKafkaClientAuthenticationOAuth()
-
withNewKafkaClientAuthenticationOAuthLike
KafkaConnectSpecFluent.KafkaClientAuthenticationOAuthNested<A> withNewKafkaClientAuthenticationOAuthLike(KafkaClientAuthenticationOAuth item)
-
withKafkaClientAuthenticationTls
A withKafkaClientAuthenticationTls(KafkaClientAuthenticationTls kafkaClientAuthenticationTls)
-
withNewKafkaClientAuthenticationTls
KafkaConnectSpecFluent.KafkaClientAuthenticationTlsNested<A> withNewKafkaClientAuthenticationTls()
-
withNewKafkaClientAuthenticationTlsLike
KafkaConnectSpecFluent.KafkaClientAuthenticationTlsNested<A> withNewKafkaClientAuthenticationTlsLike(KafkaClientAuthenticationTls item)
-
getBuild
@Deprecated Build getBuild()
Deprecated.This method has been deprecated, please use method buildBuild instead.- Returns:
- The buildable object.
-
buildBuild
Build buildBuild()
-
hasBuild
Boolean hasBuild()
-
withNewBuild
KafkaConnectSpecFluent.BuildNested<A> withNewBuild()
-
withNewBuildLike
KafkaConnectSpecFluent.BuildNested<A> withNewBuildLike(Build item)
-
editBuild
KafkaConnectSpecFluent.BuildNested<A> editBuild()
-
editOrNewBuild
KafkaConnectSpecFluent.BuildNested<A> editOrNewBuild()
-
editOrNewBuildLike
KafkaConnectSpecFluent.BuildNested<A> editOrNewBuildLike(Build item)
-
-